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

Revision history [back]

click to hide/show revision 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).

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 .

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 .