Skip to content

Commit

Permalink
Merge pull request #50 from rosflight/remove-data_viz
Browse files Browse the repository at this point in the history
removed data_viz
  • Loading branch information
bsutherland333 authored Jun 12, 2024
2 parents 5a0054e + 73b316b commit 882c941
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 741 deletions.
8 changes: 0 additions & 8 deletions rosplane_tuning/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ install(TARGETS
signal_generator
DESTINATION lib/${PROJECT_NAME})

# Data viz
install(PROGRAMS
src/data_viz/data_storage.py
src/data_viz/data_viz.py
src/data_viz/plot_window.py
DESTINATION lib/${PROJECT_NAME}
)

#### END OF EXECUTABLES ###

#### RQT ####
Expand Down
6 changes: 0 additions & 6 deletions rosplane_tuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,3 @@ To call a service from the command line use this command, replacing <service> wi
ros2 service call <service> std_srvs/srv/Trigger
```

## Data Viz

Data viz is a python utility that can be used to plot the controller commands and response, as an alternative to PlotJuggler. To run data viz,
```
ros2 run rosplane_tuning data_viz.py
```
271 changes: 0 additions & 271 deletions rosplane_tuning/src/data_viz/data_storage.py

This file was deleted.

Loading

0 comments on commit 882c941

Please sign in to comment.