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 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-11-29 08:19
2.7.4

심지어 더 많은 버그 및 문서 수정. 부스트 및 선생님 업그레이드 되었습니다. Pkg 구성에 대 한 초기 지원입니다.
Tags: Stable, bugfix
Even more bug and documentation fixes. Boost and ROS have been upgraded. Initial support for pkg-config.

2011-10-22 06:10
2.7.3

이 릴리스 UObject 레이어 및 urbiscript 엔진에서 여러 성능 향상 및 버그 수정에 대 한 포함 되어있습니다. 로 거 개체를 수 있습니다 (예: 오류, 경고 또는 추적) 로그 정보를 저장 합니다. ("At" 절과 같은 배경에서 실행 되는 코드를 포함 하는) urbiscript 코드를 프로 파일링 하는 것에 대 한 지원.
새 구문 "시계"는 식의 변경 모니터링을 허용 하는 이벤트를 만듭니다.
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.

2010-06-28 22:21
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.

2007-09-19 08:52
1.0-RC2

소스 패키지 및 RPM 형수요 파일을 사용할 수있습니다. 3.3 gcc가 특정 패키지를 통해 지원됩니다. 파일을 레이아웃 윈도우 패키지에 대한 개선했다. 많은 버그가 수정되었습니다.
Tags: Initial freshmeat announcement
Source packages and RPM and deb files are
available. gcc 3.3 is supported through specific
packages. File layout was improved for Windows
packages. Many bugs were fixed.

Project Resources