pazeshun / cobotta_precise_ik_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobotta_precise_ik_test

How to install

  1. Follow https://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_denso_robot#how-to-setup-development-environment-on-your-pc
  2. Install this package:
    # Do not forget "source ~/denso_ws/devel/setup.bash"
    mkdir -p ~/ws_cobotta_precise_ik_test/src
    cd ~/ws_cobotta_precise_ik_test/src
    git clone https://github.com/pazeshun/cobotta_precise_ik_test.git
    cd ..
    catkin build
    source ~/ws_cobotta_precise_ik_test/devel/setup.bash

How to use

roseus `rospack find cobotta_precise_ik_test`/euslisp/cobotta-precise-ik-test.l
(test)  ;; IK tests run
roseus `rospack find cobotta_precise_ik_test`/euslisp/cobotta-precise-ik-test.l
(init-robot-models)  ;; Displays cobotta and cobottax100 (model that is 100 times larger than cobotta)
(magnify-cobotta)  ;; Magnifies cobotta

About


Languages

Language:Common Lisp 77.7%Language:CMake 22.3%