본문 바로가기

Robotics/Software Tech.

URBI

This is a general introduction to the URBI Technology, a good place to start (8min)

관련사이트 : http://www.gostai.com/video.html

URBI is a cross-platform software platform used to develop applications for robotics and artificial intelligence. It is based on the URBI Language which is a parallel and event-driven script language with a C++ like syntax.

URBI는 로보틱스 및 인공지능 어플리케이션을 개발하기위한 Cross-Platform 소프트웨어 플랫폼이다.
C++과같은 문법구조를 가지는 병렬 및 event-driven 스크립트 언어인 URBI언어를 기반으로 한다.

URBI는 아래와 같은 특징을 가지고 있다.

  • Parallelism and event-based programming
  • Prototype-based programming
  • Familiar C++ like syntax
  • C++ based component architecture (UObject) with possibility to link objects or run them remotely (
  • Client/Server based architecture
  • Client interfaces with Java and Matlab (URBI SDK)
  • Cross platform: Linux, Mac, Windows and more. Embeddable, URBI can run on various processors: x86, ARM, mips, powerPC and more...
  • Taggable commands for execution flow control

    동영상과 관련사이트를 둘러보면 대충 URBI가 어떤 소프트웨어 플랫폼인지 감을 잡을 수 있을것 같다.
    소니의 아이보를 URBI 언어로 컨트롤 하는것보면...