- Navigate to your CRAM workspace's
src
directory:cd to_your_cram_workspace/src
- Merge the necessary tools:
wstool merge https://raw.githubusercontent.com/cram2/cram_integration/main/cram-20.04.rosinstall
- Update the workspace:
wstool update
- Go back to the workspace root:
cd ~/workspace/
- Update ROS dependencies:
rosdep update
- Install the required dependencies:
rosdep install --ignore-src --from-paths src/ -r
- Make sure the setup script is executable and run the script
source src/cram_integration/cram_robots/setup.sh
- Build the workspace:
catkin_make
- Ensure you have the CRAM repository installed. This integration will not function without it.
This repository provides interfaces to external frameworks. If you aim to operate CRAM using either the Unreal Engine Robot or a real robot, this package is essential.