Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #918 #941

Closed
wants to merge 14 commits into from
Closed

Fix #918 #941

wants to merge 14 commits into from

Conversation

MarcoMagriDev
Copy link

Image and Camera plugins disable automatically on rviz2 window minimization. This behavior is really annoying in particular when you have the plugin nested into groups (each time you minimize the rviz window you need to traverse the tree and enable to plugin again).
In rviz (ROS1) this is not the case, correct me if I am wrong.

This pull request aims to solve this "undesired" behavior taking the cue from the solution proposed by @kudoukidd in #918.
With this change the plugin does not disable automatically on window minimization.

clalancette and others added 14 commits April 26, 2022 20:35
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Co-authored-by: Marcel Zeilinger <marcel.zeilinger@ait.ac.at>

Co-authored-by: Marcel Zeilinger <marcel.zeilinger@live.at>
Co-authored-by: Marcel Zeilinger <marcel.zeilinger@ait.ac.at>
Related to ament/ament_lint#374

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Audrow Nash <audrow@hey.com>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
(cherry picked from commit 8dc9f8a)

Co-authored-by: Shane Loretz <sloretz@osrfoundation.org>
…os2#891) (ros2#899)

* Set error status when duplicate markers are in the same MarkerArray

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Use std::set with id before ns

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Lock/Unlock for every message

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Output first offending namespace and id

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Add benchmark

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

More benchmarks

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Revert "Add benchmark"

This reverts commit 8aeea4c.

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
(cherry picked from commit e069694)

Co-authored-by: Shane Loretz <sloretz@osrfoundation.org>
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
(cherry picked from commit dbc240d)

Co-authored-by: Shane Loretz <sloretz@osrfoundation.org>
Signed-off-by: Audrow Nash <audrow@openrobotics.org>
…out a warning (ros2#917) (ros2#931)

Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
(cherry picked from commit 8edb674)
* Fixes policy CMP0135 warning for CMake >= 3.24

Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
(cherry picked from commit 1ea07e8)

Co-authored-by: Cristóbal Arroyo <69475004+Crola1702@users.noreply.github.com>
Signed-off-by: Audrow Nash <audrow@openrobotics.org>
@clalancette
Copy link
Contributor

Can you please retarget this PR to rolling? Our usual process is to get changes into Rolling first, then backport them to active distributions as appropriate. Thanks.

@MarcoMagriDev MarcoMagriDev changed the base branch from humble to rolling January 23, 2023 16:20
@MarcoMagriDev MarcoMagriDev deleted the fix-918 branch January 23, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants