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

From wikidb
Jump to: navigation, search
(Requirements)
Line 1: Line 1:
 +
= 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 =
 
= Documentation =
  

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

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 -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.