How can i import gazebo python binding in virtual environment?
Hello, i use gazebo garden and i would like to use the python bindings to subscribe to a gazebo topic in order to read the point cloud and apply some Deeplearning on it. First is there any documentation about python api? Secondly how can i import gz module in venv (in my system's python gz can be imported smoothly).
Asked by visitor3 on 2022-12-06 13:08:27 UTC
Answers
If i'm not too late,
Although it's a bit hacky, you can coppy the gz
package from /usr/lib/python3/dist-packages/gz
to <YOUR-VENV>/lib/python<XX>/site-packages/gz
Asked by Sh3mm on 2023-07-04 11:24:46 UTC
Comments