Skip to content

Commit

Permalink
custom planner renamed to humap, updated all references
Browse files Browse the repository at this point in the history
- related to this issue rayvburn/humap_local_planner#104 resolved in this PR rayvburn/humap_local_planner#123
  • Loading branch information
rayvburn committed Jan 2, 2024
1 parent dd875aa commit 9d6abe4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tiago_social_experiments_real/scripts/rosbag_navigation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ rosbag record --output-name ${BAG_NAME} \
/move_base/GlobalPlanner/plan \
/move_base/NavfnROS/plan \
\
/move_base/HuberoPlannerROS/global_plan \
/move_base/HuberoPlannerROS/global_plan_pruned \
/move_base/HuberoPlannerROS/local_plan \
/move_base/HuberoPlannerROS/planner_state \
/move_base/HuberoPlannerROS/trajectories \
/move_base/HuberoPlannerROS/vis/dist_obstacle \
/move_base/HuberoPlannerROS/vis/marker \
/move_base/HuberoPlannerROS/vis/marker_array \
/move_base/HuberoPlannerROS/vis/path \
/move_base/HumapPlannerROS/global_plan \
/move_base/HumapPlannerROS/global_plan_pruned \
/move_base/HumapPlannerROS/local_plan \
/move_base/HumapPlannerROS/planner_state \
/move_base/HumapPlannerROS/trajectories \
/move_base/HumapPlannerROS/vis/dist_obstacle \
/move_base/HumapPlannerROS/vis/marker \
/move_base/HumapPlannerROS/vis/marker_array \
/move_base/HumapPlannerROS/vis/path \
\
/move_base/DWAPlannerROS/global_plan \
/move_base/DWAPlannerROS/local_plan \
Expand Down

0 comments on commit 9d6abe4

Please sign in to comment.