Skip to content

Commit

Permalink
[Spinal][Dynamixel] fix a bug after cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Jinjie committed Oct 3, 2024
1 parent 54ce3fc commit ec7cfa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DirectServo

void init(UART_HandleTypeDef* huart, ros::NodeHandle* nh, osMutexId* mutex);
void update();
void sendData();
void sendData(bool flag_send_asap);
void torqueEnable(const std::map<uint8_t, float>& servo_map);
void setGoalAngle(const std::map<uint8_t, float>& servo_map, uint8_t value_type = 0);
DynamixelSerial& getServoHnadler() {return servo_handler_;}
Expand Down

0 comments on commit ec7cfa1

Please sign in to comment.