This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Roby is distributed on RubyForge. See the here for documentation and the project page for downloads, mailing lists, …
The todo list for the next release can be found at the Next release tracker on RubyForge
What is Roby ?
Roby is a plan manager: it allows to represent, execute and adapt a plan, which
is a representation of the past, present and future activities of a robot along
with the information needed to verify that their execution is going well, and to
manage errors.
Roby is:
- a task/event model in which one can represent the activities (Roby::Task) and
the noticeable situations during execution (Roby::EventGenerator,
Roby::Task.event). - a set of task relations describing the interactions between the activities
(Roby::TaskStructure). - a set of event relations describing the reaction the system should have in
response to some situations (Roby::EventStructure). - error management tools which allow to catch errors during execution and
repair them (i.e. let the system manage the error). - a mean to modify the plan as it is being executed (Roby::Transaction)
- (G)UI tools for interacting/controlling the living system.
- all of that in a multi-robot context.






