Skip to content

Commit

Permalink
update files structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gezp committed Dec 15, 2021
1 parent f37510e commit 3ea2c9a
Show file tree
Hide file tree
Showing 94 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(ament_cmake REQUIRED)

#install
install( DIRECTORY
models
resource
DESTINATION share/${PROJECT_NAME}
)

Expand Down
4 changes: 2 additions & 2 deletions env-hooks/ignition.dsv.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/models
prepend-non-duplicate;SDF_PATH;share/@PROJECT_NAME@/models
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/resource/models
prepend-non-duplicate;SDF_PATH;share/@PROJECT_NAME@/resource/models
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3ea2c9a

Please sign in to comment.