-
Notifications
You must be signed in to change notification settings - Fork 48
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
Robot stuck by reconfigure error #335
Comments
the DWAPlanner parameters were these: dictitems:
acc_lim_theta: 3.14
acc_lim_x: 0.8
acc_lim_y: 0.0
acc_limit_trans: 0.8
angular_sim_granularity: 0.1
forward_point_distance: 0.0
goal_distance_bias: 24.0
groups: !!python/object/new:dynamic_reconfigure.encoding.Config
dictitems:
acc_lim_theta: 3.14
acc_lim_x: 0.8
acc_lim_y: 0.0
acc_limit_trans: 0.8
angular_sim_granularity: 0.1
forward_point_distance: 0.0
goal_distance_bias: 24.0
groups: !!python/object/new:dynamic_reconfigure.encoding.Config
state: []
id: 0
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.4
min_trans_vel: 0.05
min_vel_x: 0.0
min_vel_y: 0.0
name: Default
occdist_scale: 0.01
oscillation_reset_angle: 0.2
oscillation_reset_dist: 0.05
parameters: !!python/object/new:dynamic_reconfigure.encoding.Config
state: []
parent: 0
path_distance_bias: 32.0
prune_plan: true
restore_defaults: false
rot_stopped_vel: 0.01
scaling_speed: 0.25
sim_granularity: 0.025
sim_time: 1.7
state: true
stop_time_buffer: 0.2
trans_stopped_vel: 0.01
type: ''
use_dwa: true
vth_samples: 20
vx_samples: 10
vy_samples: 1
xy_goal_tolerance: 0.1
yaw_goal_tolerance: 0.1
state: []
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.4
min_trans_vel: 0.05
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: 32.0
prune_plan: true
restore_defaults: false
rot_stopped_vel: 0.01
scaling_speed: 0.25
sim_granularity: 0.025
sim_time: 1.7
stop_time_buffer: 0.2
trans_stopped_vel: 0.01
use_dwa: true
vth_samples: 20
vx_samples: 10
vy_samples: 1
xy_goal_tolerance: 0.1
yaw_goal_tolerance: 0.1
state: [] and the human_aware_navigation/DWAPlannerParameters are: dictitems:
acc_lim_theta: 3.14
acc_lim_x: 0.8
acc_lim_y: 0.0
acc_limit_trans: 0.8
angular_sim_granularity: 0.1
forward_point_distance: 0.0
goal_distance_bias: 24.0
groups: !!python/object/new:dynamic_reconfigure.encoding.Config
dictitems:
acc_lim_theta: 3.14
acc_lim_x: 0.8
acc_lim_y: 0.0
acc_limit_trans: 0.8
angular_sim_granularity: 0.1
forward_point_distance: 0.0
goal_distance_bias: 24.0
groups: !!python/object/new:dynamic_reconfigure.encoding.Config
state: []
id: 0
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.4
min_trans_vel: 0.05
min_vel_x: 0.0
min_vel_y: 0.0
name: Default
occdist_scale: 0.01
oscillation_reset_angle: 0.2
oscillation_reset_dist: 0.05
parameters: !!python/object/new:dynamic_reconfigure.encoding.Config
state: []
parent: 0
path_distance_bias: 32.0
prune_plan: true
restore_defaults: false
rot_stopped_vel: 0.01
scaling_speed: 0.25
sim_granularity: 0.025
sim_time: 1.7
state: true
stop_time_buffer: 0.2
trans_stopped_vel: 0.01
type: ''
use_dwa: true
vth_samples: 20
vx_samples: 10
vy_samples: 1
xy_goal_tolerance: 0.1
yaw_goal_tolerance: 0.1
state: []
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.4
min_trans_vel: 0.05
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: 32.0
prune_plan: true
restore_defaults: false
rot_stopped_vel: 0.01
scaling_speed: 0.25
sim_granularity: 0.025
sim_time: 1.7
stop_time_buffer: 0.2
trans_stopped_vel: 0.01
use_dwa: true
vth_samples: 20
vx_samples: 10
vy_samples: 1
xy_goal_tolerance: 0.1
yaw_goal_tolerance: 0.1
state: [] Calling usual move_base geniuses @cdondrup , @bfalacerda , @nilsbore have you seen this? |
There are two things you could try:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are having constant problems with the DWAPlanner reconfigure service not sure why or what is happening anyone has an idea of why?
I created a gist with the output on the robot which is here: https://gist.github.com/Jailander/d2e6d13784da794fe77900ba3b92a4f2
a short version is this:
The text was updated successfully, but these errors were encountered: