oaklandrobotics / ros_ora24

1 stars 2 forks source link

ros_ora24

The ORA software for 2024.

To work on the code

1 - Clone the repo

mkdir ros2_ws && cd ros2_ws
git clone https://github.com/oaklandrobotics/ros_ora24 src

2 - Write some code!

This can be done in your IDE of choice, such as VS Code.

3 - Build the workspace

colcon build --symlink install
. install/setup.bash

To set up the dev environment