Skip to content

Commit

Permalink
Relay move_base plan names
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi committed Jul 15, 2021
1 parent 78abf9b commit 93ee663
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,9 @@ plugins:
- /odom
- /odom_combined
- /cmd_vel
- /move_base/NavFnROS/plan
- /move_base/TrajectoryPlannerROS/global_plan
- /move_base/TrajectoryPlannerROS/local_plan
- /move_base/GlobalPlanner/plan
- /move_base/TebLocalPlannerROS/global_plan
- /move_base/TebLocalPlannerROS/local_plan
- /move_base/navigation_plan_viz
- /move_base/global_plan_viz
- /move_base/local_plan_viz
- /move_base/global_costmap/footprint
- /spots_marker_array
- /spots_pictogram
Expand Down
6 changes: 3 additions & 3 deletions jsk_fetch_robot/jsk_fetch_startup/config/jsk_startup.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/NavfnROS/plan
Topic: /move_base/navigation_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -263,7 +263,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TebLocalPlannerROS/global_plan
Topic: /move_base/global_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -286,7 +286,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TebLocalPlannerROS/local_plan
Topic: /move_base/local_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/NavfnROS/plan
Topic: /move_base/navigation_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -281,7 +281,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TebLocalPlannerROS/global_plan
Topic: /move_base/global_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -304,7 +304,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TebLocalPlannerROS/local_plan
Topic: /move_base/local_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/NavfnROS/plan
Topic: /move_base/navigation_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -258,7 +258,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TrajectoryPlannerROS/global_plan
Topic: /move_base/global_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand All @@ -281,7 +281,7 @@ Visualization Manager:
Radius: 0.029999999329447746
Shaft Diameter: 0.10000000149011612
Shaft Length: 0.10000000149011612
Topic: /move_base/TrajectoryPlannerROS/local_plan
Topic: /move_base/local_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand Down
19 changes: 19 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,25 @@
<arg name="launch_map_server" value="false" />
<arg name="odom_topic" value="/odom_combined" />
</include>
<!-- relay plan path topic for visualization -->
<node name="relay_navfn_planner_plan"
pkg="topic_tools" type="relay"
args="/move_base/NavfnROS/plan /move_base/navigation_plan_viz" />
<node name="relay_global_planner_plan"
pkg="topic_tools" type="relay"
args="/move_base/GlobalPlanner/plan /move_base/navigation_plan_viz" />
<node name="relay_trajectory_planner_global_plan"
pkg="topic_tools" type="relay"
args="/move_base/TrajectoryPlannerROS/global_plan /move_base/global_plan_viz" />
<node name="relay_trajectory_planner_local_plan"
pkg="topic_tools" type="relay"
args="/move_base/TrajectoryPlannerROS/local_plan /move_base/local_plan_viz" />
<node name="relay_teb_planner_global_plan"
pkg="topic_tools" type="relay"
args="/move_base/TebLocalPlannerROS/global_plan /move_base/global_plan_viz" />
<node name="relay_teb_planner_local_plan"
pkg="topic_tools" type="relay"
args="/move_base/TebLocalPlannerROS/local_plan /move_base/local_plan_viz" />

<!-- load amcl params -->
<rosparam command="load"
Expand Down
6 changes: 3 additions & 3 deletions jsk_fetch_robot/jsk_fetch_startup/launch/rosbag_record.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/odom
/odom_combined
/cmd_vel
/move_base/NavFnROS/plan
/move_base/TrajectoryPlannerROS/global_plan
/move_base/TrajectoryPlannerROS/local_plan
/move_base/navigation_plan_viz
/move_base/global_plan_viz
/move_base/local_plan_viz
/move_base/global_costmap/footprint
/spots_marker_array
/spots_pictogram
Expand Down

0 comments on commit 93ee663

Please sign in to comment.