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

Add option to specify yaw at waypoints in the trajectory tracker #107

Open
kartikmohta opened this issue Oct 15, 2018 · 1 comment
Open
Assignees

Comments

@kartikmohta
Copy link
Collaborator

Currently the trajectory tracker does not touch the yaw, it maintains the initial yaw. The yaw should be allowed to change along the trajectory by specifying the yaw at the waypoints. This would require taking the time to yaw into account when computing the segment times.

Implementing the option to have yaw be tangential to the trajectory at every point is a bit hard in a simple tracker like this, so that is a task for another time 🙂

@tdinesh
Copy link
Collaborator

tdinesh commented Oct 29, 2018

How about adding a bool flag in TrajectoryTracker.action to parse yaw from waypoints?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants