Skip to content

Commit

Permalink
Topic Viewer plugin, list all transport topics and make plottable fie…
Browse files Browse the repository at this point in the history
…lds draggable (#69)

Signed-off-by: AmrElsersy <[email protected]>
  • Loading branch information
AmrElsersy authored and chapulina committed Aug 29, 2020
1 parent 0543c8e commit e1c9b17
Show file tree
Hide file tree
Showing 10 changed files with 1,026 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ add_subdirectory(key_publisher)
add_subdirectory(publisher)
add_subdirectory(scene3d)
add_subdirectory(topic_echo)
add_subdirectory(topic_viewer)
add_subdirectory(world_control)
add_subdirectory(world_stats)
10 changes: 10 additions & 0 deletions src/plugins/topic_viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ign_gui_add_plugin(TopicViewer
SOURCES
TopicViewer.cc
QT_HEADERS
TopicViewer.hh
TEST_SOURCES
TopicViewer_TEST.cc
PUBLIC_LINK_LIBS
# ${}
)
Loading

0 comments on commit e1c9b17

Please sign in to comment.