-
Notifications
You must be signed in to change notification settings - Fork 215
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
Closed
Fix #918 #941
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Related to ament/ament_lint#374 Signed-off-by: Jacob Perron <jacob@openrobotics.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>
* 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>
Can you please retarget this PR to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.