sudo apt-get install python-numpy python-scipy python-opengl python-pygame python-matplotlib python-sip python-sip-dev python-qt4-dev python-qt4 python-gtk2 python-gtk2-dev python-vtk6 python-pyvtk python-gtkglext1 libeigen3-dev python-yaml python-setuptools python-future python-colorlog echo "install arcospyu" cd $HOME/local/src git clone https://gitlab.com/arcoslab/arcospyu.git cd arcospyu make xstow_install echo "install avispy" cd $HOME/local/src git clone https://gitlab.com/arcoslab/avispy.git cd avispy make xstow_install
http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment
http://wiki.ros.org/ROS/Tutorials/NavigatingTheFilesystem
http://wiki.ros.org/ROS/Tutorials/UnderstandingNodes
http://wiki.ros.org/ROS/Tutorials/UnderstandingTopics
http://wiki.ros.org/ROS/Tutorials/CreatingPackage
http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29
import numpy as np import iexample as ix handler = ix.InteractiveHandler() box = handler.create_object("box", scale=[0.1, 0.1, 0.1]) arm = handler.create_chain(ix.default_conf["kuka"]) handler.core() box.update_twist(np.array([0.0, 0.0, 0.0, 0.0, 0.0, 2.0]))
import PyKDL as k
mkdir -p ~/local/src/git-arcoslab/ cd ~/local/src/ git clone git@git.arcoslab.org:humanoid-hardware/open-coroco.git git-arcoslab
cd git-arcoslab/ git checkout hardware-register git submodule init git submodule update cd lib/libopencm3/ make -j3 cd ../libopencm3-plus make -j3
cd ~/local/src/git-arcoslab/ sed -i 's/libopencm3_stm32f4.ld/stm32f405x6.ld/g' lib/libopencm3-plus/lib/libopencm3_plus_stm32f4discovery.ld cd ~/local/src/git-arcoslab/src/vextra_AXHM230KC-GFH make
make flash
cd ~/local/src/git-arcoslab/utils/ ./open-coroco-pc.py