-
Notifications
You must be signed in to change notification settings - Fork 243
Remove many extra conversions from Matrix3x3 to Quaternion #741
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
246fa84
fix repeated calls to Transform::getRotation
kyle-basis e3ccee1
pick up one more place
kyle-basis e791331
add new setTransformImpl
kyle-basis 51f75b4
change setTransformImpl to take origin and rotation
kyle-basis 32660ca
remove deleted code
kyle-basis 46d66fc
fix missing reference
kyle-basis 0361624
add vector+quat interface to lookupTransformImpl
kyle-basis a979245
fix tabs
kyle-basis 7e0f4b3
fix tests, I hope
kyle-basis dc2f979
uncrustify
kyle-basis 0030dfb
fix extraneous lines
kyle-basis d524ed8
add comment, std abs
kyle-basis 8bd813a
remove unused transform
kyle-basis 77c8010
Update tf2/src/buffer_core.cpp
kyle-basis b399f8f
fix another test
kyle-basis bc5db14
yet another failing test
kyle-basis be1ba27
Update tf2/src/buffer_core.cpp
kyle-basis 86c6181
Update tf2/src/buffer_core.cpp
kyle-basis bb368e5
Update tf2_geometry_msgs/test/test_tf2_geometry_msgs.cpp
kyle-basis a2e08e6
Update tf2_geometry_msgs/test/test_tf2_geometry_msgs.cpp
kyle-basis 5d33825
Apply suggestions from code review
kyle-basis edb14fe
one more const
kyle-basis 7c93938
Merge remote-tracking branch 'origin/fix_get_rotation_calls' into fix…
kyle-basis ca99cf9
readibility
kyle-basis 095195c
uncrustify
kyle-basis eaa507b
add helpers to print
kyle-basis 6774cb6
uncrustify
kyle-basis 2e13e45
uncrustify
kyle-basis 9193566
add helper to other file too
kyle-basis 66d5d81
more comments, fix bad test data
kyle-basis 06c5368
Swap PrintTo with stream operator
kyle-basis bdbbf81
Update tf2_geometry_msgs/include/tf2_geometry_msgs/tf2_geometry_msgs.hpp
kyle-basis e117aa1
Update tf2/src/buffer_core.cpp
kyle-basis f9f7cea
Update tf2/src/buffer_core.cpp
kyle-basis c0f2108
Fix suggested change
kyle-basis 71e0b94
Update buffer_core_test.cpp
kyle-basis ee7008f
Update test_tf2_geometry_msgs.cpp
kyle-basis 4b4e499
Update tf2_geometry_msgs/test/test_tf2_geometry_msgs.cpp
kyle-basis 546dc0e
Update tf2_geometry_msgs/test/test_tf2_geometry_msgs.cpp
kyle-basis ac1b450
Update test_tf2/test/buffer_core_test.cpp
kyle-basis c0767e0
uncrustify
kyle-basis acefb5c
attempt to fix merge conflict
kyle-basis b24d3dc
Merge https://github.com/ros2/geometry2 into fix_get_rotation_calls
kyle-basis 61f8228
restore deleted file
kyle-basis 21883f5
uncrustify
kyle-basis 47a5eda
fix include guard
kyle-basis 9d145fb
Merge https://github.com/ros2/geometry2 into fix_get_rotation_calls
kyle-basis 1ecb27e
undo changes to header includes
kyle-basis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.