Skip to content

Commit

Permalink
changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
slimeth committed Dec 7, 2020
1 parent 8dc7b8b commit 7356a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightros/src/pilot/flight_pilot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void FlightPilot::poseCallback(const nav_msgs::Odometry::ConstPtr &msg) {

if (quad_ptr_->getCollision()) {
// collision happened
std::cout << "c";
ROS_INFO("COLLISION");
}
}
}
Expand Down

0 comments on commit 7356a4a

Please sign in to comment.