You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROS release system does not support python-pip dependencies...thus, we cannot release cob_mimic with a dependency on python-vlc-pip.
We should implement cob_mimic in C++ using libvlc-dev which is provided by apt which is supported by the ROS release system.
The text was updated successfully, but these errors were encountered:
It should not be a very big task to port the python code to c++. I think half a day should be enough!
I can do it! It just can take some time till I find half a day off...
motivated by discussion ipa320/care-o-bot#42 (comment)
The ROS release system does not support
python-pip
dependencies...thus, we cannot releasecob_mimic
with a dependency onpython-vlc-pip
.We should implement
cob_mimic
in C++ usinglibvlc-dev
which is provided byapt
which is supported by the ROS release system.The text was updated successfully, but these errors were encountered: