rapyuta-robotics / rce

A Cloud Robotics Platform
rapyuta.org
Other
95 stars 46 forks source link

long start-up time of roslisp nodes #42

Open dominiquehunziker opened 10 years ago

dominiquehunziker commented 10 years ago

Problem: Launching of roslisp nodes can be slow. Reason: The nodes are compiled in every container anew because the lisp interpreter 'sbcl' compiles the code and stores the resulting "binaries" under '~/.cache/common-lisp' which is a temporary folder.