-
Notifications
You must be signed in to change notification settings - Fork 553
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
sometimes the local trajectory will cross the wall in stage and will abort finally. #7
Comments
and i have another question want to consult you: why the globalplanner 's path is so nearby the wall? Is it a bug? I have already set the global param. and I adjust the weight_obstacle to 100, it is still cross the wall in stage and abort. please help me. Thanks! |
…f it was close to an obstacle. This fix addresses issue #7
Thanks for reporting this issue. After testing, I found out that the feasibility check failed due to the absence of any trajectory candidate. Without any inflation layer the global planner is only aware of lethal obstacles (refer to this description). Add the layer to your global costmap. A radius of about 0.5-1.0 meters for your robot should be fine. |
hi, dear @croesmann , glad to get your reply. |
hi, dear @croesmann , I verify the inflation_radius , it is really has big relation with the global path produce. |
In general, the inflation layer must not be reduced in case of narrow corridors. Note, the planner currently assumes that the corridor's width is larger than the robot's length to allow the robot to rotate (by combining forward and backwards motions). There exist a narrow corridor in the maze map which does not fulfill this assumption (in the bottom-center of the map). Regarding your error messages from the previous comment: |
hi, dear @croesmann , i test your local planner with stage, and find sometimes the local trajectory will cross the wall in stage, and in terminal it shows "TebLocalPlannerROS: trajectory is not feasible. Resetting planner..." and will abort finally.
please see below:
my parameter config is:
The text was updated successfully, but these errors were encountered: