Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate scalar displays #367

Merged
merged 9 commits into from
Jan 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ For some displays, the [documentation is updated](docs/FEATURES.md).
| Displays | Tools | View Controller | Panels |
| --------------------- | ------------- | --------------------- | --------------- |
| Camera | Move Camera | Orbit | Displays |
| Grid | Focus Camera | XY Orbit | Help |
| Grid Cells | Measure | First Person | Selections |
| Image | Select | Third Person Follower | Tool Properties |
| Laser Scan | 2D Nav Goal | Top Down Orthographic | Views |
| Map | Publish Point | | |
| Marker | Initial Pose |
| Fluid Pressure | Focus Camera | XY Orbit | Help |
| Grid | Measure | First Person | Selections |
| Grid Cells | Select | Third Person Follower | Tool Properties |
| Illuminance | 2D Nav Goal | Top Down Orthographic | Views |
| Image | Publish Point |
| Laser Scan | Initial Pose |
| Map |
| Marker |
| Marker Array |
| Odometry |
| Point Cloud (1 and 2) |
Expand All @@ -29,9 +31,12 @@ For some displays, the [documentation is updated](docs/FEATURES.md).
| Pose |
| Pose Array |
| Range |
| Relative Humidity |
| Robot Model |
| Temperature |
| TF |


### Not yet ported
These features have not been ported to `ros2/rviz` yet.

Expand All @@ -40,13 +45,9 @@ These features have not been ported to `ros2/rviz` yet.
| Axes | Interact | Time |
| DepthCloud |
| Effort |
| Fluid Pressure |
| Illuminance |
| Interactive Marker |
| Oculus |
| Pose With Covariance |
| Relative Humidity |
| Temperature |
| Wrench |

Other features:
Expand Down
156 changes: 0 additions & 156 deletions rviz/src/rviz/default_plugin/fluid_pressure_display.cpp

This file was deleted.

156 changes: 0 additions & 156 deletions rviz/src/rviz/default_plugin/illuminance_display.cpp

This file was deleted.

Loading