ubunto 22.10
Is there a way of installing ROS 2 humble, on Ubuntu 22.10?
I tried to follow the DOCs, but ": Unable to locate package ros-humble-desktop"
This is my main laptop, and I don't want to use a VM if I don't have to.
Thanks
Asked by dev on 2023-04-04 20:29:52 UTC
Answers
I don't think you'll be able to do this from apt repositories. However, there are a couple other things you could do if you don't want to change distros on your computer.
- Try building from source http://docs.ros.org/en/humble/Installation/Alternatives/Ubuntu-Development-Setup.html . This is never officially supported on off-LTS Ubuntu distros, but I suspect that it would work fine.
- Try using a docker container (not a VM) for your development. With
rocker
I have had full success even with running GUI tools like RViz and Gazebo by this method. See https://github.com/emersonknapp/ros2-template-workspace for my setup for doing this
Asked by emersonknapp on 2023-04-12 12:30:36 UTC
Comments