-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Greetings, I have been working with SITL for rover 2.50 and everything works fine except for the speed control, the simulated rover always goes up to 5m/s regardless of what I do.
The things I have already tried:
-
I used the command
vehicle.groundspeed = 1
but nothing happened. -
I tried changing the parameters directly with
vehicle.parameters[SPEED_MAX]=1
andvehicle.parameters[WP_SPEED]=1
, but I get the messageERROR:dronekit:timeout setting parameter SPEED_MAX to 1.00000
for both parameters. I can change other parameters not speed related without issue. -
I edited the speed on the default.parm file on sitl/rover-2.50, but nothing changed.
-
I edited the rover.py file on dist-packages/dronekit_sitl/pysim, but nothing changed.
-
I switched to copter and the commands worked fine there.
I don't know what else I could change to reduce the max speed, I would really appreciate some help solving this issue, thanks in advance.