You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code extension with a collection of ROS snippets for roscpp, launch files.
Get a whole compile_commands.json(wh...Get a whole compile_commands.json(which is used in cland and sonarlint) file with `catkin_make_isolated` of ROS. You also need to add this option `-DCMAKE_EXPORT_COMPILE_COMMANDS=1` when you run `catkin_make_islodated`
1
#! /bin/bash
2
3
# Merge`build_isolated/*/compile_commands.json` to `build/compile_commands.json`