Skip to content

Commit

Permalink
Merge pull request #65 from rosflight/migrate-tuning-gui-to-rosflight
Browse files Browse the repository at this point in the history
Removed tuning gui to migrate it to ROSflight
  • Loading branch information
bsutherland333 authored Jul 10, 2024
2 parents c622b16 + dc91622 commit ea240ed
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,469 deletions.
23 changes: 0 additions & 23 deletions rosplane_tuning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,6 @@ install(TARGETS

#### END OF EXECUTABLES ###

#### RQT ####

ament_python_install_package(rqt_tuning_gui
PACKAGE_DIR src/rqt_tuning_gui
)

install(FILES
plugin.xml
DESTINATION share/${PROJECT_NAME}
)

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

install(PROGRAMS
scripts/rqt_tuning_gui
DESTINATION lib/${PROJECT_NAME}
)

#### END OF RQT ####

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
Expand Down
19 changes: 0 additions & 19 deletions rosplane_tuning/launch/rosplane_tuning_gui.launch.py

This file was deleted.

1 change: 0 additions & 1 deletion rosplane_tuning/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<export>
<build_type>ament_cmake</build_type>
<rqt_gui plugin="${prefix}/plugin.xml" />
</export>

</package>
Expand Down
17 changes: 0 additions & 17 deletions rosplane_tuning/plugin.xml

This file was deleted.

Loading

0 comments on commit ea240ed

Please sign in to comment.