Gazebo not working with ROSS because of lxml #118
-
I am having trouble getting the hebi gazebo tutorial running with ROS. I have followed the tutorial on [github][https://github.com/HebiRobotics/hebi_gazebo] and also installed hebi_description and hebi_cpp_api_ros_examples in my workspace but get the following error when I try running :
And the error...
I tried installing lxml manually and that didn't fix the issue.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I needed to do pip3 install lxml instead of pip install lxml and now it is working.
|
Beta Was this translation helpful? Give feedback.
I needed to do pip3 install lxml instead of pip install lxml and now it is working.