View on GitHub

Documentation

ARC-OPT Documentation - https://arc-opt.github.io/Documentation

Install using ROS 2

  1. Install ROS 2 humble as described here, base install + dev_tools are mimimum required
  2. Install the WBC library as described here
  3. If not yet done, init rosdep
    sudo rosdep init && rosdep update
    
  4. 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
    

[Back to Main Page]