Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ae8d587c authored by AUTERNAUD Alex's avatar AUTERNAUD Alex
Browse files

frame name issue

parent 24053f58
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ class MPCLocalPathPlannerActionServer: ...@@ -32,8 +32,8 @@ class MPCLocalPathPlannerActionServer:
self.local_occupancy_map_topic = rospy.get_param('~local_occupancy_map_topic', '/slam/local_occupancy_map') self.local_occupancy_map_topic = rospy.get_param('~local_occupancy_map_topic', '/slam/local_occupancy_map')
self.local_social_cost_map_topic = rospy.get_param('~local_social_cost_map_topic', '/slam/local_social_cost_map') self.local_social_cost_map_topic = rospy.get_param('~local_social_cost_map_topic', '/slam/local_social_cost_map')
self.timer_error_max_time = rospy.get_param('~timer_error_max_time', 5) # seconds self.timer_error_max_time = rospy.get_param('~timer_error_max_time', 5) # seconds
self.final_goal_frame = rospy.get_param('~final_goal', 'final_goal') self.final_goal_frame = rospy.get_param('~final_goal_frame', 'final_goal')
self.intermediate_waypoint_goal_frame = rospy.get_param('~intermediate_waypoint_goal', 'intermediate_waypoint_goal') self.intermediate_waypoint_goal_frame = rospy.get_param('~intermediate_waypoint_goal_frame', 'intermediate_waypoint_goal')
self.social_mpc = rospy.get_param('~social_mpc', True) self.social_mpc = rospy.get_param('~social_mpc', True)
self.social_rl = rospy.get_param('~social_rl', False) self.social_rl = rospy.get_param('~social_rl', False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment