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

From wikidb
Jump to: navigation, search
(Optional Dependencies)
Line 44: Line 44:
 
=== Tensorflow Object Detection Models ===
 
=== Tensorflow Object Detection Models ===
  
I tried going to the link given by Alsora. The link is broken.
+
I tried going to the following link given by Alsora. The link is broken.
  
  https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md
+
* [https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md Object Detection Installation]
 
+
      NOT FOUND
+

Revision as of 12:06, 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.

Tensorflow

Vision Msgs

I beleive this to be already installed. Not positive ?????

Optional Dependencies

Tensorflow Object Detection Models

I tried going to the following link given by Alsora. The link is broken.