forked from ros-visualization/rviz
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Noetic devel #1
Open
doisyg
wants to merge
274
commits into
wyca-robotics:noetic-devel
Choose a base branch
from
ros-visualization:noetic-devel
base: noetic-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Noetic devel #1
doisyg
wants to merge
274
commits into
wyca-robotics:noetic-devel
from
ros-visualization:noetic-devel
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
thus suppressing Ogre runtime warning
Also consider QEvent::Show in SplitterHandle's event filter.
Newer versions of libMesa cause issues when rendering materials with glsl150 scripts. Thus, downgrade to glsl120 scripts.
* Remove EXPORTs for ScrewVisual, ScrewDisplay
The interactive_markers package auto-completes scales to 1.0 if they are zero. Hence, we should simply ignore those values.
With OGRE's cmake files prior to version 1.11, OGRE_INCLUDE_DIRS doesn't comprise include dirs of components. Similarly for OGRE_LIBRARIES. While we don't find cmake files on Ubuntu (but use pkgconfig instead), on other systems, e.g. Arch Linux, the build would fail.
As we see more OpenGL issues, this should facilitate issue handling on github.
PointStampedDisplay didn't display initial points (before the circular buffer was fully filled) because setting the point radius didn't update the (initially zero) scale.
Mesa-based rendering issues showed up e.g. on AMD GPU as well. The new approach should handle any Mesa 20-based system.
* Fix creation of properties * Fix unresolved symbol processMessagePrivate
They are programmatically set to inform the user.
* Improve "unknown TF error" message * LaserScanDisplay: warn about large scan time
rhaschke
force-pushed
the
noetic-devel
branch
from
November 5, 2023 10:34
ddaf48f
to
ff4e004
Compare
Validity is checked in indexOf() as well.
When disabling and re-enabling a RobotModelDisplay, its hidden properties (e.g. Alpha of a link having no geometry), were not hidden anymore.
* QLayout::setMargin(int) -> setContentsMargins(...) * QRegExp -> QRegularExpression * QMouseEvent::[x|y]() -> position().[x|y]() * Allow specifying an order of Qt versions to consider * CI: Build against Qt 6 Co-authored-by: Robert Haschke <[email protected]>
- Adapt to new createSceneManager - Add missing deque include - Ogre::UTFString was removed in 13.0 - CI: Add Ogre 13.6
TF display was segfaulting when a loop was introduced in the tree_category_.
Publish mouse clicks (or dragging) on <image_topic>/mouse_click Co-authored-by: Robert Haschke <[email protected]>
The queued connection update introduced in #1793 caused the map display to first update the pose of the map and then the map itself (in the next update cycle). The resulting jittering can be perfectly seen when throttling the rviz frame rate. Updates to the visualization should be handled in update() only. Thus, now, if a map update is received, a flag is set to perform the costly map update. If that flag is not set, only the transform is updated.
CLANG_TIDY arg wasn't forwarded to industrial_ci
... for image/camera displays if no window manager is instantiated
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.
update rviz