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

Rover control: Support missions without global position available #12350

Open
AmeliaEScott opened this issue Jun 27, 2019 · 2 comments
Open

Rover control: Support missions without global position available #12350

AmeliaEScott opened this issue Jun 27, 2019 · 2 comments

Comments

@AmeliaEScott
Copy link
Contributor

Describe problem solved by the proposed feature
The current Rover position controller (Updated in #12239 ) relies solely upon global position. As support is added for wheel encoders, optical flow, ultra wide band, and other localization methods, the controller will need to be updated to navigate based on local position.

Describe your preferred solution
Waypoint coordinates, given in global coordinates, should be projected into the vehicle's local frame. This is how the multicopter controller currently works. However, the L1 controller used by the rover expects global coordinates, so this will need to be handled.

@stale
Copy link

stale bot commented Dec 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Dec 24, 2019
@atyshka
Copy link

atyshka commented Jun 16, 2021

Any progress?

@stale stale bot removed the stale label Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Rover
  
To do
Development

No branches or pull requests

2 participants