Clone this repository, with it's submodules using the command
git clone --recurse-submodules https://github.com/rokokoo/rosi_elfin.gitInstall required components, using the following command
rosdep install -yr --from-paths src --ignore-srcThere is a build order error, in the elfin_robot package, so you need to run catkin build twice to get all the packages to compile.
catkin build; source devel/setup.bash; catkin build --unbuilt; source devel/setup.bashTo run the model in Gazebo
roslaunch samk_description gazebo.launchTo run the model in Rviz
roslaunch samk_description display.launch