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

Task scheduler recommendation/advice

asked 2014-10-24 04:19:26 -0500

arennuit gravatar image

Hi all,

I am looking for some advise on choosing a way/tool to achieve high level control (or say tasks scheduling) with ros. I am naturally more inclined to using scripting (e.g. in python as naturally it integrates with ros) because I have been programming for years and I am convinced of the versatility of languages.

Though I was wondering whether there were other solutions that you would recommend based on experience (e.g. solutions that improve workflow, are more something-friendly... and do not limit the expressive power)

Thanks,

Antoine.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-10-24 05:28:15 -0500

dornhege gravatar image

Straight-forward scripting with actionlib interfaces works. If that is sufficient for your goals depends on the task at hand.

The standard ROS way is probably to use Smach, which builds on the concept of state machines

There is a task planning architecture developed by our group, although I consider that experimental. There might also be other solutions in ROS.

edit flag offensive delete link more

Comments

1

Hum, if Smach is as standard as I expect it to be that may well be a no brainer... Thanks ;)

arennuit gravatar image arennuit  ( 2014-10-24 08:46:22 -0500 )edit

Could actionlib be used also for different tasks such as navigation and manipulation? For example, patrolling around in a room and once you spot small objects on the ground, pick them up, place them on a table and continue patrolling. Can a behavior like this be implemented with actionlib?

dmkarage gravatar image dmkarage  ( 2018-09-25 07:58:33 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-10-24 04:19:26 -0500

Seen: 2,097 times

Last updated: Oct 24 '14