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

[FEATURE]: Implement support for a GUIDED mode hardware interface #2

Open
evan-palmer opened this issue Mar 15, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@evan-palmer
Copy link
Contributor

Feature Type

Adding new functionality to the project

Problem Description

The ArduSub GUIDED mode provides access to the ArduPilot velocity & position PID controllers. With a suitable hardware interface, this can be utilized from higher-level controllers in a cascading control framework.

Feature Description

A new hardware interface should be implemented that provides access to position and velocity control via GUIDED mode. Two command modes should be implemented for each type of control. To facilitate state feedback control, the hardware interface should subscribe to the position and velocity state messages published by the flight controller and publish those as state interfaces.

Alternative Solutions

On one hand, this control strategy could be accomplished just by interacting with ArduSub directly. However, this doesn't facilitate integration with ros2_control which is the primary motivator for this feature.

Additional Context

No response

@evan-palmer evan-palmer added the enhancement New feature or request label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants