-
Notifications
You must be signed in to change notification settings - Fork 20
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
try base_local_planner instead of dwa_local_planner #40
Comments
then we need to test parameters and find a stable set |
We (me and @cdondrup ) just did some testing on this, the Seeing this we decided to try different parameter configurations on the I think this needs further testing, do you think we can get anyone else to verify this. I leave the final parameter configuration for the dwa planner on our tests DWAPlannerROS: {
acc_lim_th: 2.0,
acc_lim_theta: 3.2,
acc_lim_x: 1.0,
acc_lim_y: 0.0,
acc_limit_trans: 0.1,
angular_sim_granularity: 0.1,
forward_point_distance: 0.325,
goal_distance_bias: 9.0,
holonomic_robot: false,
latch_xy_goal_tolerance: true,
max_rot_vel: 1.0,
max_scaling_factor: 0.2,
max_trans_vel: 0.55,
max_vel_x: 0.55,
max_vel_y: 0.0,
min_rot_vel: 0.2,
min_trans_vel: 0.0,
min_vel_x: 0.0,
min_vel_y: 0.0,
occdist_scale: 0.01,
oscillation_reset_angle: 0.2,
oscillation_reset_dist: 0.05,
path_distance_bias: 5.0,
prune_plan: true,
restore_defaults: false,
rot_stopped_vel: 0.1,
scaling_speed: 0.25,
sim_granularity: 0.025,
sim_time: 1.7,
stop_time_buffer: 0.2,
trans_stopped_vel: 0.0,
use_dwa: true,
vth_samples: 20,
vx_samples: 3,
vy_samples: 10,
xy_goal_tolerance: 0.3,
yaw_goal_tolerance: 0.1
} |
Just a small addendum, we also set the |
yes true thank you @cdondrup |
Excellent, good job! Many, may thanks. |
On it! I have similar experiences with the |
This sounds just right, esp. the |
I have not had a chance to test these parameters yet, but surely we should just have |
ping @vonovak |
i got lost here, have these params been merged already? |
I think they have, and it's working fine here. |
Or.. Looking at https://github.com/strands-project/strands_movebase/blob/indigo-devel/strands_movebase/strands_movebase_params/dwa_planner_ros.yaml, it doesn't seem like it, in particular I don't see |
@Jailander @cdondrup could you make a PR so I can put it in bob more easily? |
Ok |
in the place we have bob nav works well anyway, so we can't really see the benefits of these params. Given https://github.com/strands-project/g4s_deployment/issues/8 , maybe we should at least try them in simulation? Can someone do it? @kunzel ? |
In our place they may be extremely beneficial, but I don't have the time to test them until in two and a half weeks, deadlines and meetings in the other project... |
The robot does behave better with the Also: Setting the forward_point_distance parameter to 0 improves how the robot is turning on the spot. Instead of oscillating left and right in some situations, it can make a full ~180 deg. turn. Also, increasing angular_sim_granularity to about 0.4 sometimes made the robot on-the-spot rotations a bit less jerky. |
No description provided.
The text was updated successfully, but these errors were encountered: