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

how can I make ROS STACK?

asked 2013-07-30 17:59:40 -0500

eng.mostafa gravatar image

I want to build my own stack ,How can I do it ?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
3

answered 2013-07-30 23:27:15 -0500

updated 2013-08-12 03:59:51 -0500

A good place to start is going through the tutorials.

Update: To create a new stack, see this answer.

edit flag offensive delete link more

Comments

I,have read these tutorials but I cannot find any one talking about this.

eng.mostafa gravatar image eng.mostafa  ( 2013-08-04 18:08:11 -0500 )edit

Ah okay, your question was a little misleading because you were talking about "making" and "building" (i.e., compiling) a stack, but you want to create one instead. I've updated my answer.

Martin Günther gravatar image Martin Günther  ( 2013-08-12 03:59:07 -0500 )edit
2

answered 2013-08-12 05:25:03 -0500

If you are developing under ROS Groovy or newer, the idea of a "stack" has been replaced by the idea of a "metapackage". See Metapackages and the Elimination of Stacks

Metapackages are essentially "empty" packages that group related packages together through runtime dependencies (<run_depends>)

You will want to learn more about catkin (the preferred build system in groovy and newer): http://ros.org/wiki/catkin

In particular, here is some info about metapackages: http://ros.org/wiki/catkin/package.xml#Metapackages

And here is an example of a metapackage: https://github.com/roadnarrows-robotics/hekateros/tree/master/hekateros

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-30 17:59:40 -0500

Seen: 332 times

Last updated: Aug 12 '13