@Lengua79 wrote:
Hello everyone,
A friend and I are trying to automate a 16' catamaran with two thrusters, implementing ArduRover 3.0 Beta version . We're using SKID_STEERING_OUT = 1, and were able to tune the control parameters achieving an acceptable performance, and then run a number of successful waypoint autonomous missions in AUTO mode. We've also performed successful autonomous waypoint missions controlling the vehicle with an Odroid-XU4 single board companion computer and the Dronekit-Python libraries. However, we had an interesting problem in the last mission (which had 6 waypoints): whenever the vehicle reached waypoint 3, the vehicle completely stopped, and the orange straight line, which depicts the heading to the next waypoint in Mission Planner, went random. The only way the mission was able to succeed was by relocating waypoints 3 and 4 in a way that smooths out the trajectory.
Something we've notice was that even though the vehicle was set to a CRUISE_SPEED of 1 m/s, most of the time the vehicle was traveling at a speed around 1.9 m/s, which was not good for transitioning from waypoint 3 to 4, since they were a little bit close from each other, and were located in a way that would trace a sharp turn (but not impossible at all. The vehicle should be able to handle this, specially after allowing turn on the spot with the PIVOT_TURN_ANGLE set to 30 deg).
I have also noticed this behavior sometimes, when running simulations with the Dronkit-SITL program, in similar conditions (that is, high speed / sharp turns).
Could anyone please shed some light on this issue? Why this happens? Is it an Ardupilot bug? Is it some sort of failsafe?
Thanks.
Posts: 1
Participants: 1