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

Is a catkin package a node?

asked 2016-07-07 16:09:50 -0500

Morefoam gravatar image

Hello I am very new to ROS. I did most of the tutorials but have some questions still. This question: Is a catkin package a node?

More in-depth: So I have my catkin workspace and within that workspace I can have multiple packages. Is each package supposed to be a node? or are there multiple nodes within one package? I guess I'm asking what is the standard layout of the catkin workspace? Sorry for such a primitive question and thanks for the help! :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-07-07 17:02:10 -0500

ahendrix gravatar image

A catkin package is not a node.

A package may contain multiple nodes. Usually, developers use packages to group nodes together when those nodes share a significant amount of code or have a similar purpose.

edit flag offensive delete link more

Comments

Thanks for the help! :)

Morefoam gravatar image Morefoam  ( 2016-07-07 17:04:53 -0500 )edit
joq gravatar image joq  ( 2016-07-07 18:21:33 -0500 )edit

That helps as well. Thanks!

Morefoam gravatar image Morefoam  ( 2016-07-07 19:39:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-07-07 16:09:50 -0500

Seen: 261 times

Last updated: Jul 07 '16