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

Time-dependent trajectory information of the vehicle in the state-topic #26

Open
umlauditz opened this issue Nov 8, 2021 · 0 comments

Comments

@umlauditz
Copy link

This issue aims to add information about where the vehicle will be at future points in time, to the state-topic.
With such information, features like cooperative-navigation of multiple vehicles is easier.

Our approach would be to either create an additional, optional entry in the state-topic or to extend the "velocity"-state.
The data would look as follows:
An array of {v, omega, deltaT} for several points in time.

  • v is the velocity
  • omega(w) is the angular speed
  • deltaT is the time in seconds for every entry where deltaT=0 is the current time.

With this data every straight or curved trajectory can be calculated.

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

1 participant