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

How to learn ROS2 properly

asked 2021-12-27 13:08:53 -0500

IM Sezer gravatar image

Hi,

Sorry it is a bit bad topic. My problem is ROS2 is too complicated and hard to track.

there is lots of term and there is no proper description of them.

For example I want to publish lidar data, there is a laserscan msg type, it says some parameters. But there is no example how can i made it correct. how should i publish tf2 data? with same node or different. is there anything that I should do?

How people use ROS2 and do this work?

In short I cant image workflow in ROS2 and I want to understand ROS's logic.

ROS2 is like more complicated video edit program, and i need to learn its language? any advise?

thanks,

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2021-12-28 08:38:34 -0500

ljaniec gravatar image

updated 2021-12-28 09:15:39 -0500

Hello.

Browse and work through the tutorials in the documentation there and there, then read A LOT of code.

Try to find examples, demo projects and packages on GitHub that suit your needs, also try to build something yourself too, with simulation and hardware too if you can, e.g. (this base project dolly) - with this approach you can see overall picture of the ROS2 and profits of it's modularity. You have to learn by doing there.

Good practices will come over time, now focus on building something that will work :)

You can later try to work with some open-source projects and maybe even help in development.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-12-27 13:08:53 -0500

Seen: 102 times

Last updated: Dec 28 '21