ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Credits go to eng/ Esraa Magdy To install husky on ros kinetic this manuipulation has to be performed
$ cd ~/catkin_ws/src
% comment your catkin workspace name here is mine is (catkin_ws)
$ git clone https://github.com/husky/husky.git
$ git clone https://github.com/husky/husky_simulator.git
$ git clone https://github.com/husky/husky_desktop.git
$ cd ..
$ catkin_make
$ sudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo-ros-control
$ sudo apt-get install ros-kinetic-multimaster-launch
$ sudo apt-get install ros-kinetic-lms1xx
$ rosdep install --from-path src --ignore-src
$ catkin_make
$ source devel/setup.bash
Now, it's all set up.
2-set the environment variable HUSKY_GAZEBO_DESCRIPTION $ export HUSKY_URDF_EXTRAS=$(rospack find husky_description)/urdf/empty.urdf
3-Run the simulation environment : $ roslaunch husky_gazebo husky_empty_world.launch or $ roslaunch husky_gazebo husky_playpen.launch
2 | No.2 Revision |
Credits go to eng/ Esraa Magdy To install husky on ros kinetic this manuipulation has to be performed
$ cd ~/catkin_ws/src 2-set the environment variable HUSKY_GAZEBO_DESCRIPTION
HUSKY_GAZEBO_DESCRIPTION
$ export HUSKY_URDF_EXTRAS=$(rospack find husky_description)/urdf/empty.urdfhusky_description)/urdf/empty.urdf
3-Run the simulation environment :
:
$ roslaunch husky_gazebo husky_empty_world.launch
or
$ roslaunch husky_gazebo