def start_action_manager():
"""Runs the action manager"""
try:
action_manager = ActionManager()
action_manager.run()
except rospy.ROSInterruptException as detail:
rospy.loginfo("Handling: {}".format(detail))
评论列表
文章目录