-
Notifications
You must be signed in to change notification settings - Fork 1
Coding
3wnbr1 edited this page May 9, 2020
·
1 revision
pip3 install --upgrade colcon-common-extensions --upgrade-strategy=eager
export CC=$(pwd)/tools/clang_complete/cc
export CXX=$(pwd)/tools/clang_complete/g++
Then run a normal colcon build
ament_clang_format --config ".clang-format" --reformat $(colcon list -p)
ament_flake8 --linelength 160 .
ament_lint_cmake .
ament_xmllint .
Divers