This package consists of a urdf model of iCub humanoid robot and a yarp-ros bridge to publish joint states of the robot to ros.
- ROS : http://wiki.ros.org/
- Yarp : http://www.yarp.it/
- iCub : http://wiki.icub.org/
cd ~/catkin_ws/src
git clone https://github.com/tkelestemur/icub_description.git
cd ..
catkin_make
cd /src/icub_description/yarp_ros_bridge
mkdir build && cd build
cmake ../
make
roscore
yarp server --ros
iCub_SIM
orgazebo
and addiCub (fixed)
to gazebo world.cd /src/icub_description/yarp_ros_bridge/build
- run
./icub_state_publisher --robot *name*
(Note: for iCub_SIM name:icubSim
, for Gazebo name:icubGazeboSim
) roslaunch icub_description icub.launch