This repository was archived by the owner on Feb 28, 2025. It is now read-only.
RoboSub-UTD/MATE2024
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
##assuming that ros2 is installed, run these commands: sudo rosdep init rosdep update rosdep install --from-paths src -y --ignore-src ##for the depth sensor: pip3 install smbus2 #build the workspace colcon build --symlink-install --cmake-args=-DCMAKE_BUILD_TYPE=Release --parallel-workers $(nproc)