Skip to content

Commit

Permalink
Removed and moved tape measure and grid config to ign-gui (#870)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
ahcorde and chapulina authored Jun 22, 2021
1 parent 828222e commit 8498dc1
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 1,273 deletions.
7 changes: 7 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Deprecated code produces compile-time warnings. These warning serve as
notification to users that their code should be upgraded. The next major
release will remove the deprecated code.

## Ignition Gazebo 5.x to 6.x

* Some GUI plugins have been moved to Ignition GUI. Gazebo users don't need to
change their configuration files, the plugins will be loaded the same way.
* Grid Config
* Tape Measure

## Ignition Gazebo 4.x to 5.x

* Use `cli` component of `ignition-utils1`.
Expand Down
2 changes: 0 additions & 2 deletions src/gui/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,13 @@ add_subdirectory(modules)
add_subdirectory(align_tool)
add_subdirectory(component_inspector)
add_subdirectory(entity_tree)
add_subdirectory(grid_config)
add_subdirectory(joint_position_controller)
add_subdirectory(lights)
add_subdirectory(playback_scrubber)
add_subdirectory(plotting)
add_subdirectory(resource_spawner)
add_subdirectory(scene3d)
add_subdirectory(shapes)
add_subdirectory(tape_measure)
add_subdirectory(transform_control)
add_subdirectory(video_recorder)
add_subdirectory(view_angle)
Expand Down
8 changes: 0 additions & 8 deletions src/gui/plugins/grid_config/CMakeLists.txt

This file was deleted.

294 changes: 0 additions & 294 deletions src/gui/plugins/grid_config/GridConfig.cc

This file was deleted.

Loading

0 comments on commit 8498dc1

Please sign in to comment.