lander@MacBook-Pro-de-Lander:/tmp/new_HRIM/HRIM (master)$ python hrim.py generate --platform ros2 all
Traceback (most recent call last):
File "hrim.py", line 5, in <module>
from printing import ModulePrinter
File "scripts/printing.py", line 1, in <module>
import lxml.etree as ET
ImportError: No module named lxml.etree
I know that this is on the README.md but just in case. Take or leave it, is just a suggestion.
I'd go through with this, maybe after reviewing https://github.com/erlerobot/HRIM/pull/21 (as this code would probably have to be modified). Also easy to add more platforms.
These updates avoid the following error:
I know that this is on the README.md but just in case. Take or leave it, is just a suggestion.