You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your contribution. I am running the carlike_minimum_time example provided by the repo, setting the 2d goal at [2.87, 7.78]. However, the robot car will be stuck at the narrow doorway as follows. Hereby, I am wondering is it the limitation of the MPC planner? Or, some hyperparameters are not be set properly (I have tried some different hypermeters at mpc_local_planner_params.yaml).
Looking forward to your reply : )
The text was updated successfully, but these errors were encountered:
This is a similar issue for the teb planner. To me it happened because the collision model used for local planner different from the actual robot model, maybe try check the min_obstacle_dist which should be larger than the robot's radius, and also set feasibility_check_no_pose to 0, it solved the issue for me.
Hi developers,
Thanks for your contribution. I am running the
carlike_minimum_time
example provided by the repo, setting the 2d goal at[2.87, 7.78]
. However, the robot car will be stuck at the narrow doorway as follows. Hereby, I am wondering is it the limitation of the MPC planner? Or, some hyperparameters are not be set properly (I have tried some different hypermeters atmpc_local_planner_params.yaml
).Looking forward to your reply : )
The text was updated successfully, but these errors were encountered: