Skip to content

Instantly share code, notes, and snippets.

@tykurtz
Last active July 13, 2019 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tykurtz/6e0a89fe138ab6416852fedef064d366 to your computer and use it in GitHub Desktop.
Save tykurtz/6e0a89fe138ab6416852fedef064d366 to your computer and use it in GitHub Desktop.
Rtags setup catkin tools ROS
#!/bin/bash
for file in $(find . -name "compile_commands.json");
do
rc -J $file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment