Installing DRCSIM on ROS Indigo

asked 2016-04-12 04:09:55 -0600

MahsaP gravatar image

Hi,

I would like to add DRCSIM package to ROS Indigo catkin_ws. I have put the following packages into catkin_ws/src directory.

 # Download needed software
 git clone https://github.com/ros-simulation/gazebo_ros_pkgs.git
 hg clone https://bitbucket.org/osrf/osrf-common
 hg clone https://bitbucket.org/osrf/sandia-hand
 hg clone https://bitbucket.org/osrf/drcsim

When I do catkin_make install, I get some errors. Before building and installing these packages into the workspace, everything is fine.

1) Is it possible to do catkin_make install inside the same ROS workspace (/catkin_ws/)?

2) Is it possible to run these packages for gazebo 2.2?

Thanks.

edit retag flag offensive close merge delete