-
Notifications
You must be signed in to change notification settings - Fork 24
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
Move Robot along Generated Path #73
Comments
astroid_path is just a nav_msgs/Path message, so that you need to implement the path follower for that.
well, that's gonna so easy, right? Path message has an array of Pose. then, you need to fill that based on the calculation of a sine wave. does it answer your question? |
this might be helpful for you to imagine how astroid works. https://www.desmos.com/calculator/8b4sn6nieh |
do you have any recommendations for a path follower that may follow a path you defined? |
@DaikiMaekawa |
Hello,
I have managed to show the generated astroid_path in rviz with my husky however the husky does not move along the predefined path.
How do i fix this?
If i want to change the path to a sine wave, how would i go about doing this?
Thanks,
Aaron
The text was updated successfully, but these errors were encountered: