-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Testing Regulated Pure Pursuit controller - allow reversing feature #2580
Comments
https://github.com/ros-planning/navigation2/blob/1.0.6/nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp Galactic sync 3 does not contain reversing. |
Sorry I meant the galactic branch. It does have a reversing part. |
Thanks for response. I understand that, I need to get the cusp closer to the end goal in order to not change the direction of the robot. Could you help me understand what parameter in controller / planner or both needs to be tuned to control the cusp. |
Hello, based on the #2551 I have been trying to test the allow-reversing feature on the turtlebot3 waffle environment (on Galactic Sync 3 debian), but I have not been able to do so. I have used the following controller parameters which is almost similar to the one here
I get the following error whenever I give the path behind the robot without changing the heading direction (This step should use allow-reversing feature)
The dimensions of the costmap is too small to successfully check for collisions as far ahead as requested. Proceed at your own risk, slow the robot, or increase your costmap size.
I have reduced the linear velocity as well as angular velocity of the robot and also increased the costmap size to [width : 7 height ; 7] which made the above error go, but I get another error
RegulatedPurePursuitController detected collision ahead!
I would like to know the environment in which you have tested and any changes you would recommend to my controller parameters to make the allow reversing work for the regulated pure pursuit controller.
The text was updated successfully, but these errors were encountered: