-
Notifications
You must be signed in to change notification settings - Fork 275
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
tutorial on lookupTwist function #89
base: indigo-devel
Are you sure you want to change the base?
Conversation
this allows to use tf::MessageFilter with pcl::PointCloud<T> see ros#55
display RPY in both radian and degree
"Added third argument to specify publishing frequency" redo > indigo-devel
+1 |
I found the notes on API review of lookupTwist. Questions are below:
The member function I suppose this would be replaced by The I guess this test file for So much fun working on math, I will continue working on this to add a test case and make sure those frame transformation are correct! |
Fixed Vector3 documentation
…_doc Generate transformations.py documentation
Removed msg/serv installation from CMakelists
using TimeStamp and FrameId in message filter
This is related to issue 43, confirmed from math logic side, the
lookupTwist
function is correct when callinglookupTransform
here.Connects to #43