Difference between revisions of "Install Turtlebot3 Hood Waffle Foxy alsora ros2-tensorflow 20210615"

From wikidb
Jump to: navigation, search
Line 17: Line 17:
 
== Rosdep Dependencies ==
 
== Rosdep Dependencies ==
  
 
* [https://github.com/alsora/ros2-tensorflow Alsora ROS 2 Tensorflow]
 
 
* [https://pypi.org/project/opencv-python/ opencv-python]
 
* [https://pypi.org/project/opencv-python/ opencv-python]
 
I started here with the Tensorflow requirements for Foxy and got into trouble. So I changed my strategy to a vanilla Tensorflow install
 
further down the road. This is probably a less than optimum install path.
 
  
 
== pip ==
 
== pip ==

Revision as of 11:44, 10 August 2021

Experience

I started here with the Tensorflow requirements for Foxy and got into trouble. So I changed my strategy to a vanilla Tensorflow and other required components install. There may be overlap and the order my need fine tuning

Documentation

Requirements

Required Dependencies

  • Foxy: Installed

Rosdep Dependencies

pip

 pip -V
     pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

v 19.3 is minimum.

OpenCV Requirements

 $ pip install opencv-python

It was already installed.