Skip to content

Development

Damien LaRocque edited this page Apr 3, 2023 · 5 revisions

C++

If you use Clion, you can import the lab's code style

Creating a repository

Here are some guidelines on repository management.

Building ROS 2 workspace with release build type

colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

Clone this wiki locally