ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When https://github.com/ros/rosdistro/pull/13724 is merged, you can add
<run_depend>python-tensorflow</run_depend>
into you package.xml, and you're ready to use tensorflow in python (after running rosdep, of course).
2 | No.2 Revision |
When https://github.com/ros/rosdistro/pull/13724 is merged, you can add
<run_depend>python-tensorflow</run_depend>
into you package.xml, and you're ready to use tensorflow in python (after running rosdep, of course).
If you also need the C++ API, check out the experimental catkin package: https://github.com/tradr-project/tensorflow_ros .
3 | No.3 Revision |
When https://github.com/ros/rosdistro/pull/13724 is merged, From now on, you can add
<run_depend>python-tensorflow</run_depend>
<run_depend>python-tensorflow-pip</run_depend>
into you your package.xml, and you're ready to use tensorflow in python (after running rosdep, of course).
If you also need the C++ API, check out the experimental catkin package: https://github.com/tradr-project/tensorflow_ros .