Robotics StackExchange | Archived questions

Humanoid software architecture from high to low level in ROS

Hello,

I have a question regarding software architecture in ROS for humanoid robots.

Let say I have a humanoid robot that can do various tasks. Ultimately each task publishes motor control commands in order to move the robot in a certain way. If the robot tries to do 2 tasks at the same time, that means 2 nodes publish motor commands on the same topic, the commands will be mixed and the robot will fail at both tasks. Is there a common used way to organize this in a higher level architecture ?

What I tried so far was :

Does anyone has experience/knowledge on software architecture for robots, or is there any package that would help doing so ?

Thanks!

Asked by Cyril Jourdan on 2016-09-28 04:43:45 UTC

Comments

I would say the first option is the way to go. Something similar exists for mobile bases where command velocities are filtered with priorities depending on the sender.

Asked by Mehdi. on 2016-09-28 06:46:22 UTC

Thanks for your reply Mehdi.

Asked by Cyril Jourdan on 2016-09-29 10:25:24 UTC

Answers