RoboStack / robostack.github.io

180 stars 20 forks source link

Package ros-noetic-controller-manager-msgs is unavailable #41

Closed AleksandrKashirin closed 8 months ago

AleksandrKashirin commented 8 months ago

Hi, I have installed robostack through micromamba and for my project it is required to useros-noetic-controller-manager-msgs. However, the required package is missing in my ros environment. I did not find any instructions on how should I fix this, except cloning source file from git for the required package.

Thank you!

traversaro commented 8 months ago

Hello @AleksandrKashirin, which instructions did you followed? On which OS are you? Can you report the output of micromamba list in your environment? I just tried to install a basic env with the package you reported on linux-64, and it is working fine:

mamba create -n test41 -c conda-forge -c robostack-staging ros-noetic-desktop ros
-noetic-controller-manager-msgs
Tobias-Fischer commented 8 months ago

Indeed, this package is available on all platforms - see https://anaconda.org/robostack-staging/ros-noetic-controller-manager-msgs.

Feel free to reopen to clarify things further.