CHANGELOG
Changelog for package rviz_visual_testing_framework
11.2.13 (2024-07-26)
11.2.12 (2024-03-26)
11.2.11 (2024-02-16)
11.2.10 (2024-01-24)
11.2.9 (2023-11-13)
11.2.8 (2023-09-19)
11.2.7 (2023-07-27)
11.2.6 (2023-07-18)
11.2.5 (2023-01-10)
11.2.4 (2022-11-07)
11.2.3 (2022-09-12)
11.2.2 (2022-05-10)
11.2.1 (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)
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)
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