Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve fetch's move base by fetchrobotics's default params #1456

Merged
merged 9 commits into from
May 24, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ plugins:
- /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
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/TrajectoryPlannerROS/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/TrajectoryPlannerROS/local_plan
Topic: /move_base/local_plan_viz
Unreliable: false
Value: true
- Alpha: 1
Expand Down
Loading