I really enjoyed going through the course on Path Planning Basics, especially Unit 5 on Artificial Potential Fields. However, the course is given on ROS1 Neotic (if I am not mistaken). Are there any techniques to run the package on ROS2 Humble natively using Ubuntu 22.04? If so, how can one go about it?
Hi.
Thank you very much for your response.
Yes, I would like to replicate the algorithm to work with ROS 2 Humble on my robot. I tried installing ROS1 Neotic so that i can use ros1_bridge, but if i am not mistaken, ROS1 Neotic is not supported on Ubuntu 22.04.
No, it isn’t. I understand your question better now.
If you have Ubuntu 22.04 installed what you can do to have Noetic running in it is use docker.
There is a list of all of the distributions here. With docker, you don’t have to worry about different software distributions since ROS is run in an isolated container.