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

stuck at a narrow doorway #31

Open
20chase opened this issue Jan 29, 2021 · 2 comments
Open

stuck at a narrow doorway #31

20chase opened this issue Jan 29, 2021 · 2 comments

Comments

@20chase
Copy link

20chase commented Jan 29, 2021

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 at mpc_local_planner_params.yaml).

image

Looking forward to your reply : )

@soldierofhell
Copy link

I'd check the output of optimizer

@yexy1816
Copy link

yexy1816 commented Oct 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants