ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Ok,
So finally, it was a conflict in python packages, it seems that both em
and empy
builds a package with the same name. So I just solved it by replacing em
by empy
:
pip uninstall em
pip install empy
Then I installed RosAria using the standard steps in the official RosAria documentation