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/Boat: improve steering for mixed Ackermann+SkidSteering vehicles #26877

Open
rmackay9 opened this issue Apr 24, 2024 · 2 comments
Open

Comments

@rmackay9
Copy link
Contributor

In cases where a Rover or Boat uses both Ackmerann and Skid-steering (see types here) users find that the skid-steering motors adjust their throttle too much especially at higher speeds.

We should be able to provide a smarter blending of steering output where skid-steering provides all the turning while at low speeds and the rudder provides all the steering at very high speeds.

This request comes from this Rover-4.5 discussion.

@geofrancis
Copy link

geofrancis commented Apr 24, 2024

I had something but i never got around to testing it, basically use a lua to reassign outputs and pid on the fly, It kind of worked but could only switch when disarmed as ardupilot wont let you change some parameters when armed.

What about something like propulsion profiles? on my boat I was going to have 3 modes, one with just rudder and propulsion, one with rudder and skid steer and the third with thrusters. so what about a file on the sd card with a list of servo out values and pid values that can be switched using an aux function or speed.

This Issue also effects sailing, basically when sailing it disables forward propulsion, but it will still try and use thrusters and tank steering with the rudder.

@xianglunkai
Copy link
Contributor

Perhaps it is possible to establish this type of dynamic distribution equation, linearize it, and optimize it online based on some indicators to obtain the control distribution matrix

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

3 participants