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

From wikidb
Jump to: navigation, search
Line 16: Line 16:
  
 
== Rosdep Dependencies ==
 
== Rosdep Dependencies ==
 +
 +
=== OpenCV Python ===
  
 
* [https://pypi.org/project/opencv-python/ opencv-python]
 
* [https://pypi.org/project/opencv-python/ opencv-python]
 
== pip ==
 
  
 
   pip -V
 
   pip -V
Line 25: Line 25:
  
 
v 19.3 is minimum.
 
v 19.3 is minimum.
 
== OpenCV Requirements ==
 
  
 
   $ pip install opencv-python
 
   $ pip install opencv-python
  
 
It was already installed.
 
It was already installed.

Revision as of 11:47, 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

OpenCV Python

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

v 19.3 is minimum.

 $ pip install opencv-python

It was already installed.