Closed Tobias-Fischer closed 3 years ago
@Tobias-Fischer I found python3-msgpack
and python3-paho-mqtt
in ubuntu package repository. But I can't find python-inject
there. Can you resolve this dependency in your envitonment?
Hi, in RoboStack we use conda-forge to manage dependencies, instead of Ubuntu. It works on Ubuntu as well though (and many other Linux distributions, Windows and MacOS), check it out: https://github.com/RoboStack/ros-noetic/pull/113
I see. I found python-inject-pip
here, so I think that python-inject-pip
would be better.
You can add custom dependency for conda-forge there.
Agreed and fixed @ledmonster
In the RoboStack project that combines Conda with ROS we were running into problems building mqtt_bridge because of the custom pip install target. This PR removes this and uses standard rosdep to install the dependencies.