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

Experiment with tf2 in Python without a full ROS install

asked 2019-06-19 08:47:19 -0500

pitosalas gravatar image

updated 2019-06-19 08:48:33 -0500

I am working on a mac and want to experiment and pay around with tf, eigen and quaterions in a jupyter notebook without doing a full ros install (because AFAIK the Mac install for ROS is still problematic.) I am not sure how or what subset I would need to install to achieve this.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-06-20 02:19:58 -0500

tfoote gravatar image

Every package properly declares it's dependencies. If you pick any package from there you can introspect it's dependencies and build from there.

There are tools like the rosinstall_generator that can help you automatically resolve dependencies and help you get the source for the packages that you need.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-06-19 08:47:19 -0500

Seen: 144 times

Last updated: Jun 20 '19