Skip to content
Snippets Groups Projects
Commit cac94e15 authored by Davis, Duane T's avatar Davis, Duane T
Browse files

SAFETY: Fixed rospy.logwarn invocation syntax in collision avoidance section

parent 113f49b9
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ class SafetyMonitor(object):
''' Callback for the Enable Collision Avoidance topic
'''
self._use_collision_avoidance = msg.data
self.log_info("Collision avoidance enable: %s" %msg.data)
rospy.loginfo("Collision avoidance enable: %s" %msg.data)
def _sub_uav_state(self, msg):
if (not rospy.has_param("do_deconflict_land") or \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment