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

What are the common problems when implementing ROS?

asked 2015-06-09 05:41:21 -0500

Tajcci gravatar image

Hello everybody,

I am new to ROS and I was wondering what are the common problems when implementing ROS? What should I pay attention to etc.

Thank you.

edit retag flag offensive close merge delete

Comments

You cannot get an answer for such a question. Everybody is different, different know-now, experience, background and knwoledge. At best you give it a try and then can you say which problems you encountered. That's all

Andromeda gravatar image Andromeda  ( 2015-06-09 17:06:31 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-06-09 08:33:40 -0500

kramer gravatar image

As a beginner, there are three things you really need to understand (IMHO):

  1. ROS nodes as independent computational units
  2. Messages and how they provide an interface between/among nodes
  3. The callback queue(s) and how to use spin/spinOnce for internal node operation

With those in hand, you'll be well prepared to build fairly complex systems.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-09 05:41:21 -0500

Seen: 199 times

Last updated: Jun 09 '15