We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e8544 commit d7f8428Copy full SHA for d7f8428
src/dynamixel_hardware_interface.cpp
@@ -497,9 +497,11 @@ hardware_interface::CallbackReturn DynamixelHardware::start()
497
498
CalcTransmissionToJoint();
499
500
- // sync commands = states joint
501
SyncJointCommandWithStates();
502
- std::this_thread::sleep_for(std::chrono::milliseconds(500));
+
+ CalcJointToTransmission();
503
504
+ dxl_comm_->WriteMultiDxlData();
505
506
// Enable torque only for Dynamixels that have torque enabled in their parameters
507
std::vector<uint8_t> torque_enabled_ids;
0 commit comments