Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 409 Bytes

X17-Core

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