Skip to content

Commit

Permalink
Migrate map display (#267)
Browse files Browse the repository at this point in the history
* Move map display

* Make map display compile (without update messages)

* Add MapDisplay to default plugins

* Move message_conversions to rviz

* Make style changes and refactoring of msg_conversions

* Use msg_conversions in other displays

* Add tests for map display

* Extract Swatch into a separate file

* Fix tests

* Move RosTopicDisplay methods from template class to superclass

* Reenable subscription to map update messages

* First refactoring of Swatch

* Refactor for loops (minor refactoring)

* Fix linter in map_display

* Unfriend MapDisplay and Swatch

* Add visual test

* Delete superfluous import

* Extracht methods for alpha blending to material_manager

* Move palette building out of map_display and refactor

* Delete map test (replaced by automated visual test)

* Delete superfluous tests

- stl_loader tests (see rviz_rendering)
- Delete tests for pose, map, image superseded by visual tests

* Fix map draw under

* Move map headers to include folder

* Add map_display.hpp to Q_MOC run

* Make rviz_default_plugins independent from rviz_rendering_tests resources

* Remove superfluous test resources

* Fix includes

* REMOVE BEFORE MERGE: Fix moved file includes

* Only expose functions (classes not designed for deriving)
  • Loading branch information
Martin-Idel-SI authored and wjwwood committed Jun 15, 2018
1 parent b57689a commit b87ace6
Show file tree
Hide file tree
Showing 77 changed files with 2,766 additions and 5,803 deletions.
827 changes: 0 additions & 827 deletions rviz/src/rviz/default_plugin/map_display.cpp

This file was deleted.

174 changes: 0 additions & 174 deletions rviz/src/rviz/default_plugin/map_display.h

This file was deleted.

47 changes: 0 additions & 47 deletions rviz/src/test/image_test.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions rviz/src/test/map_test.py

This file was deleted.

43 changes: 0 additions & 43 deletions rviz/src/test/posearray.py

This file was deleted.

22 changes: 0 additions & 22 deletions rviz/src/test/publish_test_map.py

This file was deleted.

39 changes: 0 additions & 39 deletions rviz/src/test/send_path.py

This file was deleted.

Loading

0 comments on commit b87ace6

Please sign in to comment.