Workspace for FIRO ROS software.
- Install catkin-tools-clangd:
pip install catkin-tools-clangd
It is needed for creating compile_commands.json file for clangd.
Later, you can usecatkin build_compile_cmd
build packages and create compile_commands.json file.