ROS2 node for ODrive (Firmware version >= v0.5.1)
# Create workspace
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
# Get node
git clone https://github.com/skymaze/odrive_ros2.git
# Get interface
git clone https://github.com/skymaze/odrive_interfaces.git
# Build
cd ~/ros2_ws
colcon build
source ~/ros2_ws/install/local_setup.bash
# To launch with "ros2 run"
ros2 run odrive_ros2 odrive_node
- connection.timeout
- battery.max_voltage
- battery.min_voltage
- battery.topic
- joint_state.topic
- barrery_percentage
- joint_state
- connect_odrive
- request_state
- position_cmd
- velocity_cmd