Contains all ROS nodes for X-17 that run on Raspberry Pi 4
The launch file can be found in the rov_launch
folder. The launch file is called core_launch.yaml
The launch file can be run using the following command:
ros2 launch rov_launch core_launch.yaml
If you need to build and source the workspace, you can use the following commands:
colcon build
source install/setup.bash