ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ROS noetic and ROS foxy for computer science

asked 2023-07-06 23:45:37 -0500

Nirali_27 gravatar image

I'm new to research in computer science, and I'm looking to implement algorithms and present results in my research domain. Should I start with ROS Noetic or ROS2 Foxy for this purpose? I'd appreciate any guidance on which version would be more suitable. Additionally, I'm seeking recommendations for learning resources to gain proficiency in ROS and simulations. Any suggestions for helpful tutorials, courses, or documentation would be highly appreciated!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-07 04:25:09 -0500

sampreets3 gravatar image

In any case, I would advise you to start with the latest LTS release (i.e., ROS 2 Humble Hawksbill). The rationale is that ROS 1 would reach EOL in about 2 years time, so even if you start developing algorithms in ROS 1, you would have to port them to ROS 2 in a couple years' time. Moreover, ROS 2 has a lot of fundamental design changes, which would require you to __unlearn__ some of the ROS 1 concepts you would take time in mastering over a couple of weeks.

For simulation purposes, you have a plethora of options, although the Gazebo simulator is by far the most popular choice, owing to its easy integration into the ROS ecosystem.

As you mentioned you are also looking for learning resources, I will share two resources which helped me quite a lot: 1. The Robotics back-end : https://roboticsbackend.com/category/... 2. Articulated Robotics : https://articulatedrobotics.xyz/index... Of course, you should also refer to the ROS 2 documentation as well, which is hosted at https://docs.ros.org/en/humble/index....

edit flag offensive delete link more

Comments

Thank you Sir for your answer.

Nirali_27 gravatar image Nirali_27  ( 2023-07-10 23:10:37 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2023-07-06 23:45:37 -0500

Seen: 101 times

Last updated: Jul 07 '23