Inav: ROVER support?

Created on 17 Jan 2017  路  11Comments  路  Source: iNavFlight/inav

not urgent, but are there any long-term plans to implement some kind of ground vehicle/rover support (cars, boats, subs, etc.) to iNav?

Feature request

Most helpful comment

Working on this.

All 11 comments

There were some discussions on that topic. Should be doable :)

One thing I'll leave as a suggestion is to support reverse throttle & mechanical braking (versus simply using 'active motor braking'). I don't think even APM rover supports this...

First we would have make IMU unaware of altitude and make it working nicely only in 2D

@DzikuVx it does already - we can just ignore altitude if necessary. I have a feeling that ROVER mixer will be very similar to airplane.

for a very simple implementation, pretty much all IMU math is unecessary. Only 2D position & speed from GPS are needed. Steering & throttle can be set based on GPS data & would allow for simple nav functions (waypoints, RTH, pos hold, etc.)

for more a more advanced setup, perhaps IMU math could possibly be used for stuff like:

  • safety measures to prevent vehicle from climbing/descending/traversing steep slopes & flipping over
  • maybe some crazy feature to auto-flip (via mechanical arm?) a vechicle that rolled over
  • limit vehicle velocity over rough surfaces (bumpy roads/rocks) to prevent damage, crashes, or shaky video (based on vibrations/IMU readings).
  • increase power/throttle on steep climbs, and apply brake on steep descents (based on IMU angles)

(*this would all be for wheeled vechiles. boats would probably be simpler. subs, I have no idea...)

any other ideas???

oh, and sonar and/or optical support would probably be pretty cool too...

Would it actually already be possible with the current version? Just connect motor and rudder?

@biolippi you are free to try. Rover is a bit different from airplane - no altitude control, no banking control, PIDs attenuated by throttle, no speed control etc.

would love to see support for boats. I'm thinking of a simple setup for my baitboat!
making some waypoints and fish on the same spot every time.

Maybe an possibility to save the waypoints even when the power is off?

This issue / pull request has been automatically marked as stale because it has not had any activity in 60 days. The resources of the INAV team are limited, and so we are asking for your help.
This issue / pull request will be closed if no further activity occurs within two weeks.

Just saw this video where it looks like someone was able to setup iNav on a rover. I'm not sure what level of code modification he's done but I have an ArduRover AP Rover setup already and would love to try and get it going with iNav.

Working on this.

Was this page helpful?
0 / 5 - 0 ratings