I work on a Rover and I control it as a steering car, but when we disarm the throttle I would like to disarm the ground steering to. How can I do please ?
Bc, currently my rover turn on itself when disarm if I sent him a steering command
Again, configure your vehicle correctly. You can change it to a skid steered configuration if the motor driver supports it, and ArduPilot will handle the RC mixing, along with preventing motion while disarmed, which is the intended and proper way to do it.
My problem is that with that method I control left and right independently but it is not my objective ! I want to keep throttle on one RC and steering on the other, but I want to disarm everything when disarmedā¦
Maybe I donāt understand what you say, but what I am sure is that I need to control it with one joystick only, when I put the stick left my car turn around to the left, if I put my stick forward it go forward ā¦
And what Iām telling you is that ArduPilot allows for that method of control on a skid steer vehicle by doing the mixing for you. Never allow a peripheral device (like a motor driver) to accomplish a feature that ArduPilot already has. Read the topic I linked. See also here:
I have 4 motors controlled by a sabertooth 2x32A, the servo 1 (throttle servo) is connected to the output 1 of the cube (mapped to the throttle of my RC), and servo 2 (groundsteering) connected to the output 3 of the cube (mapped to the option groundsteering)
Then please configure as I have described. This is EXACTLY the same as the topic I linked above. The solution is simple, and the outcome is what you want.
Ok follow closely along, since it seems you wonāt read the things I have linked:
Your rover is PHYSICALLY skid steered. The left wheels turn opposite the right to make a turn.
Your desire is for RC control to behave as if it is controlled by separate throttle and steering.
Configure the autopilot for skid steering (ThrottleLeft and ThrottleRight).
Configure the motor driver for independent mode (via DIP switches).
The DEFAULT ArduPilot Rover RC skid steer mixing behavior (linked above in both the relevant topic and the wiki) is steering and throttle (the same as āmixed modeā on the Sabretooth controller), which is EXACTLY what you want.
Doing what Iāve been telling you for weeks will preclude errant motor output when disarmed.
ok I am going to try it, I did not understand that, but I had read it
Other question, can we choose which rc we want for steering and for throttle for example I only want to use joystick right for throttle and steering
PILOT_STEER_TYPE=0 controls the mixing type. The default of 0 is what you want.
You choose the āstickā by correctly mapping channels to their function. If your machine is already controlled the way you want, it probably wonāt change when you update the configuration to the proper one as I described. If you get a behavior you dislike, come back and ask.