Download List

Projeto Descrição

Urbi is a robotics software platform. It includes a C++/Java middleware API called UObject to interface components such as motors, cameras, and algorithms, and an innovative scripting language, urbiscript, with built-in support for parallel and event-based programming, used to write high-level behaviors and orchestrate the interactions between components. UObject components are built as shared libraries exposed as native objects within urbiscript, and either hot-plugged in a running Urbi engine, or started as a remote autonomous process communicating with the engine via the network. At any time, new urbiscript code can be sent to a running Urbi engine via a simple telnet, to introspect the state of components, modify existing code, or add new behaviors. Urbi is cross-platform and supports several robots (Gostai Jazz, Lego Mindstorms, Aldebaran Nao, Segway RMP, Spykee, Bioloid, etc.) and a simulator (Webots).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-22 06:10 Back to release list
2.7.3

Esta versão inclui várias melhorias de desempenho e correções de bugs em camada de UObject e o mecanismo de urbiscript. O objeto Logger permite salvar informações de log (como erros, avisos ou traços). Suporte para criação de perfil de código urbiscript (incluindo o código em execução em segundo plano, como "em" cláusulas).
Uma construção nova, "relógio", cria um evento que permite monitorar qualquer alteração de uma expressão.
Tags: Stable
This release includes several performance improvements and bugfixes in both the UObject layer, and the urbiscript engine. The Logger object allows saving of log information (such as errors, warnings, or traces). Support for profiling urbiscript code (including code running in the background such as "at" clauses).
A new construct, "watch", creates an event that allows monitoring any change of an expression.

Project Resources