Git Product home page Git Product logo

kochigami / euslisp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from euslisp/euslisp

0.0 2.0 0.0 32.37 MB

EusLisp is an integrated programming system for the research on intelligent robots based on Common Lisp and Object-Oriented programming

License: Other

Common Lisp 4.14% C 45.32% OpenEdge ABL 0.09% Perl 5.45% Shell 0.13% TeX 42.91% CSS 0.07% Assembly 0.07% Objective-C 1.60% C++ 0.23%

euslisp's Introduction

EusLisp was originally developed by Dr. Toshihiro Matusi at AIST

This page and repository are maintained by JSK at The University of Tokyo.

Introduction

EusLisp is an integrated programming system for the research on intelligent robots based on Common Lisp and Object-Oriented programming. The principal subjects in the field of robotics research are sensory data processing, visual environment recognition, collision avoiding motion planning, and task planning. In either problem, three dimensional shape models of robots and environment play crucial roles. A motivation to the development of EusLisp was a demand for an extensible solid modeler that can easily be made use of from higher level symbolic processing system. Investigations into traditional solid modelers proved that the vital requirement for their implementation language was the list processing capability to represent and manage topology among model components. Numerical computation power was also important, but locality of geometric computation suggested the provision of vector/matrix functions as built-ins would greatly ease programming. (From EusLisp Manual, Part I, EusLisp Basics, 1. Introduction)

Easy Installation and Demo Program

Please check http://jskeus.sourceforge.net for easy installation and current demo programs. Most of programs in euslisp/eus/lib/ euslisp/eus/contrib/ directories are out-dated.

How To Download and Compile

Note: we strongly recommend you to check http://github.com/euslisp/jskeus for download and compile euslisp and irteus; humanoid model description and other useful function layer on euslisp . Following description is only for euslisp hard-core developers.

$ svn co https://euslisp.svn.sourceforge.net/svnroot/euslisp/trunk/EusLisp euslisp
$ cd euslisp
$ export ARCHDIR=Linux
$ export EUSDIR=`pwd`
$ export PATH=$PATH:$EUSDIR/$ARCHDIR/bin
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$EUSDIR/$ARCHDIR/lib
$ cd lisp
$ ln -sf Makefile.Linux.thread Makefile
$ make eus0 eus1 eus2 eusg eusx eusgl eus

For cygwin sytem, set ARCHDIR=Cygwin and ln -sf Makefile.Cygwin Makefile
For 64bit Linux system, set ARCHDIR=Linux64 and ln -sf Makefile.Linux64 Makefile

Documnets

See online manual. (Japanese translation manual)

Download PDF version (English, Japanese)

Original EusLisp Homepage

Robots using EusLisp based Robot Software

  • Jijo-2 Robot
  • Remote brain robots (apelike, hanzo, sasuke, igoid, akira, haru, gibbon, jikokuten, taro, kaz and many.....)
  • Musculoskeletal humanoids: Kotaro, Kojiro
  • Robot Platform in JSK: Aibo, Hoap, HRP2W, HRP2JSK, PR2, Nao

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.