open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
223 stars 58 forks source link

Missing dependency in building from source #249

Closed halodluc closed 1 year ago

halodluc commented 1 year ago

Bug report

Required information:

Description of the bug

I followed the installation from source tutorial: https://github.com/open-rmf/rmf#building-from-sources and the colcon build phase crashed on the package rmf_api_msgs with the message No module named 'datamodel_code_generator'. I fixed it with pip install datamodel_code_generator.

Yadunund commented 1 year ago

Fixed by https://github.com/open-rmf/rmf/pull/250