Skip to content

HiroyukiMikita/EusLisp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [http://jskeus.sourceforge.net/html/manual.html manual]. (Japanese translation [http://jskeus.sourceforge.net/html/jmanual.html manual])

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published