dynamixel_hardware icon indicating copy to clipboard operation
dynamixel_hardware copied to clipboard

ros2_control packages for ROBOTIS Dynamixel

Results 26 dynamixel_hardware issues
Sort by recently updated
recently updated
newest added

Change the port name for the serial port from "usb_port" to "port_name" to correspond with the variable name in DynamixelSDK.

Hi, Thanks for the great software! I have been stuck with not being able to connect the USB port to the Dynamixel actuators. I am using ROS2 Humble on a...

Title says it all. Source code indicates this to be true. ``` return_type DynamixelHardware::write(const rclcpp::Time & /* time */, const rclcpp::Duration & /* period */) { if (use_dummy_) { for...

## In this PR - Fixed #88 (refer abab217f3d3c2a7a3618062cf50228268b6caab1) - Added bool variable that exits out of the read and write calls till on_activate is completed ## How was this...

### System Info - ROS2 Humble - XC330-M288T x1 in Position Control Mode - With Joint Trajectory Controller - Using branch `humble` - Using `ros-humble-dynamixel-workbench*` - Using `ros-humble-dynamixel-sdk` I am...