-
Notifications
You must be signed in to change notification settings - Fork 159
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
How can set the simple obstacle avoidance using laser scan data.. #57
Comments
Unknown obstacles are a responsibility for a local planner. So pick one which has local collision avoidance. For example: |
Actually tracking_pid is my local planner.. Am i need to change the script of controller.cpp which subscribe the /laser_scan data if it finds any obstacle while moving it should avoid it and resume the FCPP.. This is my understanding. Am i correct @Timple . So pick one which has local collision avoidance. For example: dwa_planner, dwb_planner, teb_planner. Where can i do change.. @Timple Please help me with these.... |
For help with local planners I would refer to https://robotics.stackexchange.com as that is out of scope for this project. |
Unknown obstacles are a responsibility for a local planner. So pick one which has local collision avoidance. For example: dwa_planner, dwb_planner, teb_planner. @Timple where can i add in my local planner.. `
` Which node i can add the dwa_planner, dwb_planner, teb_planner. @Timple @rokusottervanger @MCFurry @cesar-lopez-mar please me |
As mentioned, local obstacle avoidance is out of scope for this package. So please refer to https://robotics.stackexchange.com/ |
A local planner can be configured in the configuration for If you add a local planner to the move base flex configuration, that would mean you don't need this part of the launch file:
Replanning can be configured in |
What i need is when the bot is moving on the path generated by FCPP, when i place any obstacle like leg, box & etc ,. then the robot move to angular and continue its path moving,. Can you help me how can i do this. where i need to add the code snippets.
Anyone please give me some idea @Timple ..
The text was updated successfully, but these errors were encountered: