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

Roslaunch Sequentially

asked 2012-09-03 23:22:47 -0500

Jose Luis gravatar image

I need run a lunch's includes(xml) sequentially. That is, one after the other. Until no finish one, don't start the next include. Is there any way to control this?

Thanks

edit retag flag offensive close merge delete

Comments

2

roslaunch intentionally does not support that approach, preferring explicit robot state sequencing via messages or service calls

joq gravatar image joq  ( 2012-09-04 04:02:26 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-09-04 01:11:18 -0500

dornhege gravatar image

No.

Nodes should not need to be run dependently, but wait for services, etc. If you have another use case that you think can't be solved this way, please provide that.

edit flag offensive delete link more

Comments

I am running a slam_gmapping node and a bagfile. After successful completion of the bagfile, i need to run mapserver map saver node to save the map.

Harsh2308 gravatar image Harsh2308  ( 2017-09-01 07:00:44 -0500 )edit

Question Tools

Stats

Asked: 2012-09-03 23:22:47 -0500

Seen: 2,960 times

Last updated: Sep 04 '12