You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove unused header
Signed-off-by: Ignacio Vizzo <[email protected]>
* First step. Return an optional value instead of user provided output.
Signed-off-by: Ignacio Vizzo <[email protected]>
* Second step, update the consumers of this utility function
Signed-off-by: Ignacio Vizzo <[email protected]>
* Third step: swap source/target to make it consistent with tf lookups
Otherwise is very confusing for any user who is user to the
tf2::Buffer::lookupTransform method
Signed-off-by: Ignacio Vizzo <[email protected]>
* transform tolerance -> transform timeout
I find this "transform tolerance" to specify something else. Once
again, I believe that sticking to tf2 name conventions is better and
improve readability for users already used to the tf2 API
Signed-off-by: Ignacio Vizzo <[email protected]>
* Last step, convert functions to template functions
This allow us to also query for the TransformStamped message from the
lookupTransform method.
Signed-off-by: Ignacio Vizzo <[email protected]>
* Add nodiscard to avoid confusiong API calls
Signed-off-by: Ignacio Vizzo <[email protected]>
* Update docs
Signed-off-by: Ignacio Vizzo <[email protected]>
* Revert "transform tolerance -> transform timeout"
This reverts commit ca7d06b.
Signed-off-by: Ignacio Vizzo <[email protected]>
* Fix linter 🤦
Signed-off-by: Ignacio Vizzo <[email protected]>
* reset to main
Signed-off-by: Ignacio Vizzo <[email protected]>
* Add 2 new utils functions to query transforms using messages
Signed-off-by: Ignacio Vizzo <[email protected]>
* Move utility function to base class to reuse implementation
Signed-off-by: Ignacio Vizzo <[email protected]>
* Fix Typo
Signed-off-by: Ignacio Vizzo <[email protected]>
---------
Signed-off-by: Ignacio Vizzo <[email protected]>
0 commit comments