README.md
RoboticStudio2-JAMC
| Jono | Ayberk | Mattia | Connor |
Documentation:
Click here for the documentation
- Clone Project
git clone https://github.com/FrozenBreadstick/RoboticStudio2-JAMC
- Navigate to your ROS2 Workspace SOURCE directory
- Link the project directory to your ROS2 Workspace
ln -s ~/git/RoboticStudio2-JAMC
- Compile with colcon in the ros2_ws folder
~/ros2_ws
colcon build --symlink-install --packages-select jamc
Tip:
- Add an alias for colcon build to your .bashrc file to make it easier!
nano ~/.bashrc
alias cb='colcon build --symlink-install --packages-select'
So you can just type: To compile a package.
To run the UI
ros2 launch jamc ui_test.launch.py