This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
slowed robot speed to make gazebo mapping more accurate
pull/34/head
Nathan Wright
3 years ago
parent
b5c8fb8b99
commit
232c2cef1a
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
stretch_rtab/config/3d/base_local_planner_params.yaml
+ 4
- 4
stretch_rtab/config/3d/base_local_planner_params.yaml
View File
@ -39,14 +39,14 @@ TrajectoryPlannerROS:
DWAPlannerROS:
#vel params
max_vel_x
:
0.
6
#safe speed for fetch to travel at
max_vel_x
:
0.
3
#safe speed for fetch to travel at
min_vel_x
:
0
max_vel_trans
:
0.
6
min_vel_trans
:
0
.1
max_vel_trans
:
0.
3
min_vel_trans
:
0
max_vel_y
:
0
#diff drive
min_vel_y
:
0
max_vel_theta
:
1.5
min_vel_theta
:
0.4
min_vel_theta
:
-
1.5
#accel params
acc_lim_x
:
0.7
Write
Preview
Loading…
Cancel
Save