Skip to content

Commit

Permalink
Fixed a couple bugs from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Jun 24, 2024
1 parent f1a64eb commit 58b5303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rosplane_extra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ install(
DESTINATION lib/${PROJECT_NAME}
)

# Launch files
install(DIRECTORY
launch
DESTINATION share/${PROJECT_NAME}/
)

ament_package()
2 changes: 1 addition & 1 deletion rosplane_extra/launch/rosplane_input_mapper.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def generate_launch_description():

return LaunchDescription([
Node(
package='rosplane',
package='rosplane_extra',
executable='input_mapper',
name='input_mapper',
output='screen',
Expand Down

0 comments on commit 58b5303

Please sign in to comment.