CHANGELOG
Changelog for package rviz2
14.1.6 (2024-12-18)
14.1.5 (2024-09-06)
14.1.4 (2024-08-19)
Detect wayland and make sure X rendering is used. (#1253) (#1254) rviz2 does not work under wayland unless using X compatibility. The current workaround on wayland is to set the QT_QPA_PLATFORM environment variable to xcb. This patch now detects if rviz2 is started in a wayland session and if so sets that variable automatically. (cherry picked from commit 72c0826545b4cc173413699a381cc36da78437bf) Co-authored-by: Matthew Elwin <10161574+m-elwin@users.noreply.github.com>
Contributors: mergify[bot]
14.1.3 (2024-07-19)
14.1.2 (2024-06-27)
14.1.1 (2024-05-13)
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)
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)
12.2.0 (2022-11-07)
12.1.0 (2022-11-02)
12.0.0 (2022-09-13)
Add rviz1_to_rviz2.py conversion script (#882)
Contributors: Shane Loretz
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)
9.1.1 (2022-01-25)
9.1.0 (2022-01-13)
9.0.1 (2021-12-17)
9.0.0 (2021-11-18)
8.7.0 (2021-08-11)
Change links index.ros.org -> docs.ros.org. (#698)
Contributors: Chris Lalancette
8.6.0 (2021-05-13)
8.5.0 (2021-04-06)
8.4.0 (2021-03-18)
8.3.1 (2021-01-25)
Use “%s” as format string literal in logging macros (#633)
Contributors: Audrow Nash
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.
Made some code style changes. (#504)
Contributors: Dirk Thomas
7.0.3 (2019-11-13)
7.0.2 (2019-10-23)
Remove ROS arguments before passing to QApplication (#474)
Contributors: Jacob Perron
7.0.1 (2019-10-04)
7.0.0 (2019-09-27)
Remove -Werror from defualt compiler options (#420)
Contributors: Hunter L. Allen
6.1.1 (2019-05-29)
6.1.0 (2019-05-20)
6.0.0 (2019-05-08)
5.1.0 (2019-01-14)
Update package maintainer for rviz2 (#365) Thank you to Deanna for her contributions.
Contributors: Scott K Logan
5.0.0 (2018-12-04)
4.0.1 (2018-06-28)
4.0.0 (2018-06-27)
Fixed compilation errors and runtime issues on Windows. (#175)
Introduced a ROS interface abstraction to improve testability. (#156)
Added a dependency between rviz2 and rviz_default_plugins (#149)
Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Martin Idel, Mikael Arguedas, William Woodall
3.0.0 (2018-02-07)
Numerous changes to support Windows.
Make rviz runnable with ros2 run.
Contributors: Andreas Holzner, Hunter Allen, Steven! Ragnarok, William Woodall