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

Smoothly update pose of point cloud on update() #1655

Merged
merged 2 commits into from
Aug 20, 2021

Conversation

rhaschke
Copy link
Contributor

This is the migration of #1652 to the melodic branch. The PR addresses the problem that a point cloud isn't smoothly moving if its frame_id is moving w.r.t. rviz' fixed frame.
The solution was to update the pose of the corresponding scene node in each update() cycle, not only when the message was received.

@rhaschke rhaschke merged commit 7bdbeea into ros-visualization:melodic-devel Aug 20, 2021
Martin-Oehler added a commit to Martin-Oehler/rviz that referenced this pull request Sep 16, 2021
…1655)"

This commit transforms the PC using ros::Time instead of the header stamp, leading to wrong transforms.

This reverts commit 7bdbeea.
rhaschke added a commit to rhaschke/rviz that referenced this pull request Sep 24, 2021
@rhaschke
Copy link
Contributor Author

I had to revert this PR due to issues in normal uses cases: #1666.

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.

2 participants