Conversation
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
|
How about adding a couple of illustrative test cases? I don't see that operator being explicitly tested here: https://github.com/ignitionrobotics/ign-math/blob/main/src/Pose_TEST.cc Maybe it's tested indirectly from somewhere else. |
|
we added tests for
|
|
for the life of me, I have the toughest time verbalizing how these transforms work; I'm sure @azeey remembers how much trouble I had when we were writing the following SDFormat tutorial: I'll let him speak up if he has any concrete suggestions for syntax |
|
Thanks for adding the documentation @sloretz. In most robotics books (eg. http://hades.mech.northwestern.edu/images/2/25/MR-v2.pdf), the Given two |
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Uses this notation in 975a50c |
|
Does this need a second reviewer, or is it good to merge? If the latter, would someone mind merging it? I don't have write access to the ignitionrobotics repos. |
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Adds some documentation for
Pose::operator*(). If I understand correctly, it looks likeB + Ais the same asA * B, but operator+ is discouraged.