ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using tf2 as a standalone library

asked 2015-05-21 15:54:50 -0500

jmdaly gravatar image

I'm working on a project where a transform library like tf2 would be really useful, but where bringing in all of ROS would be overkill. I read here that the core of tf2 is ROS-independent. I'm wondering, what would be a good way to build a standalone tf2 library? I've considered grabbing all the necessary header and source files, and building the library manually, but wanted to inquire in case there's a better way.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2015-05-21 19:10:32 -0500

tfoote gravatar image

tf2 was designed to operate as a standalone library. For efficiency and easy of integration it does rely on the message primatives in the ros messaging libraries.

To use it completely outside a ROS ecosystem as it stands it will require copying a few header files.

I think there is room for some templated logic to conditionally support ros datatypes or support any datatypes with similar enough APIs. If you'd like to look at doing that I'd be happy to consider merging it upstream and possibly releasing tf2 as a standalone library assuming it could be done without adding dependencies.

edit flag offensive delete link more

Comments

Thanks for the quick reply! Good suggestion - I'm going to take a look into the time it might take to template it, and will proceed if I'm able to get the time to do it. I'll keep you posted about the progress.

jmdaly gravatar image jmdaly  ( 2015-05-22 10:46:30 -0500 )edit

hi, have you managed to use tf2 as a standalone c++ library?

goksankobe gravatar image goksankobe  ( 2020-07-25 04:51:49 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-05-21 15:54:20 -0500

Seen: 300 times

Last updated: May 21 '15