Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 542 Bytes

CSM-LANCE-Dev

Personal development workspace for code used on the LANCE serices of CSM robots.

Build

  • Install rosdep dependencies
sudo rosdep init
rosdep update
rosdep install --ignore-src --from-paths . -r -y
colcon build --symlink-install [--event-handlers console_direct+] [--executor parallel] [--cmake-args=-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON]
source install/setup.bash

Last updated: 9/14/24