Install using ROS 2
- Install ROS 2 humble as described here, base install + dev_tools are mimimum required
- Install the WBC library as described here
- If not yet done, init rosdep
sudo rosdep init && rosdep update
- Install wbc_ros packages
mkdir -p ros2_ws/src cd ros2_ws vcs import src --input https://raw.githubusercontent.com/ARC-OPT/wbc_ros/main/repos.yaml rosdep install --from-paths src -i -r -y colcon build --symlink-install source install/setup.bash