cmd_vel linear and angular relationship
Hi All,
I'm using rqt robot steering to output cmd_vel message which I subscribe to and they control the power of the motors.
Linear is fine and +/-100% is controlling the motors fed and reverse okay. How should I combine that with the rotational input such that the effect is to increase or decrease the rate of turn? Just something simple is fine, this is a 2 wheeled robot.
The examples I keep finding on the internet seem to be simple key based designs. i.e. F=Fwd/L=Left etc...
Many Thanks
Mark