mavros_apriltag_tracking
mavros_apriltag_tracking copied to clipboard
how to chane hysky's speed (max 1m/s)
hello
I want to modify the car speed use this topic:
rostopic pub -r 10 /husky_velocity_controller/cmd_vel geometry_msgs/Twist "linear:
x: 10.0
y: 0.0
z: 0.0
angular:
x: 0.0
y: 0.0
z: 0.0"
But the fastest speed is 1m/s, please give me some suggest tks~