how to install a simple python libray as ROS2 package

asked 2020-10-25 19:46:40 -0500

mehrdad gravatar image

when install a python library, it will install in the Python3\Lib\site-packages location and can be accessible in any python code

ROS2 has a similar location for its own library ROS2\Lib\site-packages my question is how to install and introduce a simple python library as ROS2 package

edit retag flag offensive close merge delete