Skip to content

kimhc6028/robot-programming

 
 

Repository files navigation

robot-programming Build Status Join the chat at https://gitter.im/jsk-enshu/robot-programming

This is exercise for robot-programming.

$ source /opt/ros/indigo/setup.bash   
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws   
$ wstool init src
$ wstool set robot-programming https://github.com/jsk-enshu/robot-programming --git -t src
$ wstool set dynamixel_urdf    https://github.com/jsk-enshu/dynamixel_urdf    --git -t src
$ wstool update -t src
$ rosdep update                                                                                          
$ rosdep install --from-paths src --ignore-src -y -r                                                                 
$ catkin build
$ source ~/catkin_ws/devel/setup.bash ## 毎回ターミナルを開く度にこれを行うこと!!   

Documentations

See online manual for Euslisp models and interfaces.

PDF files are also available from here

About

This is exercise for robot-programming.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 99.8%
  • Other 0.2%