groove-x / mqtt_bridge

mqtt_bridge provides a functionality to bridge between ROS and MQTT in bidirectional
MIT License
160 stars 146 forks source link

Why don't you use rosdep? #22

Closed hakuturu583 closed 3 years ago

hakuturu583 commented 5 years ago

In your description, you use requirements.txt for solving dependency. However, ros has it's own dependency solving system called rosdep. Why do you use requirements.txt?

PrimeshShamilka commented 4 years ago

I think you can find the answer here, https://answers.ros.org/question/236249/rosdep-equivalent-of-pip-freeze-and-pip-install-requirementstxt/

ledmonster commented 3 years ago

related PR: #23, thank you @hakuturu583.