How to use ROS with Python3 Open Class
What you will learn in this Open Class
The goal of this class is to learn how to execute a ROS program that requires the use of some libraries that only exist for Python 3.
You will learn:
- How to create a Python3 virtual environment with the required libraries
- How to install Python3 libraries in that environment either from pip or from source
- How to re-compile ROS packages for Python3
- How to create your ROS application to use that Python3 virtual environment
Related courses & tutorials:
- [Course] Python for Robotics: https://www.theconstructsim.com/robotigniteacademy_learnros/ros-courses-library/python-robotics/
- [Course] ROS Basics for Beginners (Python): https://www.theconstructsim.com/robotigniteacademy_learnros/ros-courses-library/ros-python-course/
- [Article] Learning Python for Robotics https://www.theconstructsim.com/learning-python-robotics/
- [Article] Learn ROS with Python or C++: https://www.theconstructsim.com/learn-ros-python-or-cpp/