Skip to content

Instantly share code, notes, and snippets.

@pythongo1
Created July 2, 2019 08:05
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 pythongo1/46fa131014b700f26c4f9cddcaa4ed36 to your computer and use it in GitHub Desktop.
Save pythongo1/46fa131014b700f26c4f9cddcaa4ed36 to your computer and use it in GitHub Desktop.
workspace_folder/ -- WORKSPACE
src/ -- SOURCE SPACE
CMakeLists.txt -- 'Toplevel' CMake file, provided by catkin
package_1/
CMakeLists.txt -- CMakeLists.txt file for package_1
package.xml -- Package manifest for package_1
...
package_n/
CMakeLists.txt -- CMakeLists.txt file for package_n
package.xml -- Package manifest for package_n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment