Support for Omni Boats coming in Rover-3.5

This looks good, I wonder how effective it is at slightly higher speeds.

Thanks again!

Hey guy’s

The video was 0.6 m/s, 1 m/s for that boat is about max, its defiantly not the best handling boat but does the job for testing. I will give it a go at faster speeds this week sometime. I think it will work fine. I didn’t have a chance to try the condition_yaw command just to see if it works.

What would be the governing parameter that controls the rate that the boat moves inline with the waypoints?

Thanks

I’m currently building an autonomous boat for bathymetry and hydrology using the RiverSurveyor s5 from sontek and it looks like you’ve used a similar platform and made a frame to put motors on. Is there any way you can get me some pictures of how you’ve got your thrusters mounted on the bottom side of this?

Hi ERL… can you tell me if youre using brushed or brushless motors please

Hi Darrel

Im using brushless motors from bluerobotics, 2x T200 thrusters and 2x m200 motors.
4 in total.

Cheers

Thanks Erl… Im looking forward to assembling something similar myself.

@Ammarf @rmackay9 Does any one have experience with simulating the omni-x with SITL? It seems that guided mode doesn’t work. When giving the vehicle a way point, and arming it in guided mode, the vehicle appears to spin around rapidly with out actually going anywhere

@RezaB,

I don’t think we have a model in SITL for any of the omni vehicles. I’ve created an issue here but I can’t promise when it will be done. It’s a bit of effort for someone to enhance our simulator to handle a new vehicle type but a few people have managed it.

That is unfortunate. I have a question about the behavior of omni-x with pymavlink messages, that maybe you can answer: When sending a lateral velocity to an omni vehicle, will it move laterally, or will it rotate, and then try to go forwards, as a standard rover might?

1 Like

@RezaB,

It will not move laterally I’m afraid. Like many things it’s possible but someone needs to put a little effort into making the enhancement. It will require the addition of a new AC_PID object to allow tuning the lateral response… or perhaps we could replace the existing throttle/steering controller with an AC_PID_2D (2D PID object)

Hey guys, I built a research vessel based on the omni x frame and it performs beautifully while in manual. I can’t seem to get it to maintain it’s heading and move laterally in auto mode. Any thoughts? Or has this not been implemented yet?

@mattWhitehead0250, it should be able to get to the waypoint but it won’t move laterally to stay on the line. Instead it will drive like a regular boat to stay on the line. Hopefully that’s clear-ish…

Eventually we hope to implement a lateral controller.

Hi, Randy, I was testing a boat with Omni plus type thrusters. The distance between Servo 1 and Servo 3 doesnot equal to the one between Servo 2 and servo 4. Are there some parameters I can describe the distance?Thank you.

@rmackay9, I was hoping to be able to make lateral transects of a river, while maintaining my heading into the flow. Any suggestions on how to do this with where ardurover is right now? Or perhaps give me some direction in developing this myself and I can share it with you guys if I’m successful?

I wrote most of the code for this last year and it was tested briefly by @Erl77 (you can find videos in this thread). I never got the chance to finish it, I reckon it just needs a rebase and some cleanup maybe. Unfortunately I don’t have an omni vehicle to test any changes on. Here’s the branch if you’d like to rebase it and test it.

@mattWhitehead0250,

Improving support for lateral control in Auto mode is still an outstanding to-do on the issues list. The steps to add support are listed below:

  • Add a lateral speed controller to APM_Control/AR_AttitudeControl. This should probably be quite similar to the existing speed controller.
  • Enhance AR_WPNav so that the output L1 controller are converted to output throttle and lateral output instead of throttle-and-steering
  • Back in the vehicle code (mode.cpp probably?) retrieve the lateral output from the AR_WPNav and pass it to the motors library

Hi guys

I am still lurking around and interested in these features, I have been distracted with other projects but have recently got back on the boats. I am defiantly not a coder so no help there, but I have a new boat platform so super keen for some lateral testing, so can help with that when needed.

The last testing round of Ammarf’s new code was very promising and worked well.

Cheers

I’m happy to take a crack at this, though I have limited experience with cpp and cs, which seems to be the primary languages in use with apm and ardupilot. Looking at the files from a quick clone, I’m not finding APM_Control in either of the repos. Is there a developer channel where I may be able to get some help with familiarizing myself with the code base so that I don’t drive everybody in this forum nuts with my questions? Thanks in advance Randy.

@mattWhitehead0250

Here a link to the developer gitter channel.

APM_Control and AR_WPNav are in the libaries directory…

New ArduBoat Omni X frame in progress

1 Like