-
Notifications
You must be signed in to change notification settings - Fork 2
01.2 Installation Libraries for Workspace (Python and ROS)
bmerkel edited this page Mar 30, 2021
·
2 revisions
-
Bagpy for Python 3
pip3 install bagpy
- Open_CV specifically for Tegra AGX Board as described here
If a library is missing make sure to install it via sudo apt-get install ros-melodic-libraryname
if its a ROS library or via pip3 install libraryname
if its a python3 lib.