Skip to content

Commit

Permalink
Install resource folder and use correct topic
Browse files Browse the repository at this point in the history
* Resource folder needs to be installed, and will be empty for people
  who don't have sargans.tif
* RVIZ was subscribed to the wrong topic

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 14, 2024
1 parent 684e62c commit 6cc4a2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ install(DIRECTORY
DESTINATION share/${PROJECT_NAME}/
)

install(DIRECTORY
resources
DESTINATION share/${PROJECT_NAME}/
)

# Test
include(CTest)
if(BUILD_TESTING)
Expand Down
Empty file added resources/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion rviz/config.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Visualization Manager:
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /grid_map_geo/elevation_map
Value: /elevation_map
Use Rainbow: true
Value: true
Enabled: true
Expand Down

0 comments on commit 6cc4a2e

Please sign in to comment.