Closed steph1111 closed 6 months ago
We should implement a kill button to send no thrust to all motors. The behavior should be similar to the following:
ros2 topic pub /pwm_values std_msgs/msg/Int16MultiArray '{data:[1500,1500,1500,1500,1500,1500,1700,1500]}'
This would be particularly useful for instances of controller stick drift when we want all motors to remain off. This should be a parameter of the thrust node.
thrust
Feature description
We should implement a kill button to send no thrust to all motors. The behavior should be similar to the following:
Benefits of implementation
This would be particularly useful for instances of controller stick drift when we want all motors to remain off. This should be a parameter of the
thrust
node.