CHANGELOG

Changelog for package rviz_visual_testing_framework

14.2.0 (2024-04-26)

14.1.0 (2024-04-16)

14.0.0 (2024-04-07)

13.4.2 (2024-03-27)

13.4.1 (2024-03-26)

13.4.0 (2024-03-09)

13.3.1 (2024-01-24)

13.3.0 (2023-12-26)

13.2.0 (2023-11-06)

13.1.2 (2023-10-09)

13.1.1 (2023-10-04)

13.1.0 (2023-09-07)

13.0.0 (2023-08-21)

12.8.0 (2023-08-27)

12.7.0 (2023-07-11)

  • Improve the compilation time of rviz_default_plugins (#1007)

  • Contributors: Chris Lalancette

12.6.1 (2023-06-12)

12.6.0 (2023-06-07)

12.5.1 (2023-05-11)

12.5.0 (2023-04-28)

12.4.0 (2023-04-18)

12.3.2 (2023-04-11)

12.3.1 (2023-03-01)

12.3.0 (2023-02-14)

  • Update rviz to C++17. (#939)

  • [rolling] Update maintainers - 2022-11-07 (#923)

  • Contributors: Audrow Nash, Chris Lalancette

12.2.0 (2022-11-07)

12.1.0 (2022-11-02)

12.0.0 (2022-09-13)

  • Ogre 1.12.10 upgrade (#878)

  • Contributors: Kenji Brameld

11.3.0 (2022-04-26)

11.2.0 (2022-04-08)

11.1.1 (2022-03-30)

11.1.0 (2022-03-24)

11.0.0 (2022-03-01)

10.0.0 (2022-02-16)

  • Install headers to include/${PROJECT_NAME} (#829)

  • Contributors: Shane Loretz

9.1.1 (2022-01-25)

9.1.0 (2022-01-13)

9.0.1 (2021-12-17)

  • Fixes for uncrustify 0.72 (#807)

  • Contributors: Chris Lalancette

9.0.0 (2021-11-18)

8.7.0 (2021-08-11)

8.6.0 (2021-05-13)

  • Update includes after rcutils/get_env.h deprecation (#677)

  • Contributors: Christophe Bedard

8.5.0 (2021-04-06)

8.4.0 (2021-03-18)

  • Quiet a clang warning about a Qt memory leak. (#651)

  • Contributors: Chris Lalancette

8.3.1 (2021-01-25)

8.3.0 (2020-12-08)

  • use rcutils_get_env. (#609)

  • Add linters and use ament_lint_auto (#608)

  • Update maintainers (#607)

  • Contributors: Jacob Perron, tomoya

8.2.0 (2020-06-23)

8.1.1 (2020-06-03)

8.1.0 (2020-06-03)

  • Added missing virtual destructors (#553)

  • Contributors: Ivan Santiago Paunovic

8.0.3 (2020-06-02)

8.0.2 (2020-05-21)

  • Removed automoc completely. (#545)

  • Contributors: Chris Lalancette

8.0.1 (2020-05-07)

8.0.0 (2020-05-01)

  • Note from wjwwood: I’ve chosen bump the major version this time, even though the API was not broken strictly speaking, partly because of some potentially disruptive build system changes and partially in preparation for ROS Foxy, to allow for new minor/patch versions in the previous ROS release Eloquent.

  • Changed to use ament_export_targets(). (#525)

  • Made some code style changes. (#504)

  • Changed to install RViz configs for visual tests. (#487) (#498)

  • Contributors: Alejandro Hernández Cordero, Dirk Thomas

7.0.3 (2019-11-13)

7.0.2 (2019-10-23)

7.0.1 (2019-10-04)

7.0.0 (2019-09-27)

  • Fix typos in visual testing framework documentation (#416)

  • Remove -Werror from defualt compiler options (#420)

  • Contributors: Hunter L. Allen, Jacob Perron

6.1.1 (2019-05-29)

6.1.0 (2019-05-20)

6.0.0 (2019-05-08)

5.1.0 (2019-01-14)

  • Migrate scalar displays, i.e. temperature, illuminance, relative humidity, and fluid pressure (#367)

  • Contributors: GW1708

5.0.0 (2018-12-04)

  • Made the transformation framework used by rviz pluggable. (#346)

  • Increased visual testing stability (#344)

  • Minor cleanup and fixes (#336) * Fix environment for colcon builds (no appends necessary) * Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt * Fix Qt moc warning for virtual signal

  • Changed to support uncrustify 0.67 (#333) * fix closing block and tamplete indentation to comply with uncrustify 0.67 * add space between reference and variable name * space before opening bracket * fix indend of inherited class * fix indent of code blocks * no space around -> operator * restore original spacing

  • Contributors: Andreas Greimel, Martin Idel, Mikael Arguedas

4.0.1 (2018-06-28)

  • Add Qt dependency to testing packages. (#330)

  • Contributors: Steven! Ragnarök

4.0.0 (2018-06-27)

  • Fixed some failing tests. (#299) * Fixed moved include files. * Fixed problem with TF visual test on Windows.

  • Finished point cloud refactoring and testing. (#250)

  • Improved visual testing framework and added more visual tests. (#259)

  • Generalized the visual testing post build command (#244)

  • Introduced visual testing framework for rviz. (#209)

  • Contributors: Alessandro Bottero, Andreas Greimel, Martin Idel