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

Move Robot along Generated Path #73

Open
aarontan-git opened this issue Jun 16, 2018 · 4 comments
Open

Move Robot along Generated Path #73

aarontan-git opened this issue Jun 16, 2018 · 4 comments

Comments

@aarontan-git
Copy link

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
generate path

@DaikiMaekawa
Copy link
Member

astroid_path is just a nav_msgs/Path message, so that you need to implement the path follower for that.

If i want to change the path to a sine wave, how would i go about doing this?

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?

@DaikiMaekawa
Copy link
Member

this might be helpful for you to imagine how astroid works. https://www.desmos.com/calculator/8b4sn6nieh

@aarontan-git
Copy link
Author

do you have any recommendations for a path follower that may follow a path you defined?

@ju-mingyue
Copy link

@DaikiMaekawa
Hello, I would like to know how the quadrilateral path here is planned and how is it displayed? I currently cannot see such a path in rviz.

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