Download List

项目描述

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 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.

2010-06-28 22:21 Back to release list
2.0.3

一个容器类是新增,而从该名单是根据词典。 “在C é不是”映射到“c.hasNot()”,而不是电子“!c.has(五)”。新功能包括Float.limits,JobasString,IoService,事件'¡¡', ListargMax,ListargMin,Listzip,元组'+',和元组'*'。断言失败现在更加清晰。
A Container class was added, from which which Dictionary and List are derived. "e not in c" is mapped onto "c.hasNot(e)" instead of "!c.has(e)". New features include Float.limits, JobasString, IoService, Event’¡¡’, ListargMax, ListargMin, Listzip, Tuple’+’, and Tuple’*’. Assertion failures are now more legible.

Project Resources