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.
Description
Abstract
In #1238, the ID of the visualization frame was changed to speed up the processing. At that time, there was an error in the implementation of coordinate conversion, and markers were not drawn correctly on the rviz.
Background
Execute the following command on the current master branch.
The following is displayed in rviz.
Screencast.from.05-21-2024.12.10.04.PM.webm
Details
The coordinate system of the various markers was modified to produce the following output.
Screencast.from.05-20-2024.04.47.35.PM.webm
References
#1238
Destructive Changes
Fix bug of
geometry_msgs::msg::Point operator*(const geometry_msgs::msg::Point & point, const double value)
function.Known Limitations
#1256 This problem still remains, but if I fix this problem in this pull request, the diff will be to large so even if this PR is merged, the problem of double implementation remains.