Skip to content

Instantly share code, notes, and snippets.

@gmsanchez
Created December 12, 2017 17:53
Show Gist options
  • Save gmsanchez/0882b24b2e1cfb5e703cda6626b2cf03 to your computer and use it in GitHub Desktop.
Save gmsanchez/0882b24b2e1cfb5e703cda6626b2cf03 to your computer and use it in GitHub Desktop.
Clearpath Robotics Husky setup on Ubuntu 16.04 with ROS Kinetic
source /opt/ros/kinetic/setup.bash
mkdir -p ~/husky_kinetic_ws/src
cd ~/husky_kinetic_ws/src
git clone -b kinetic-devel https://github.com/husky/husky.git
cd ~/husky_kinetic_ws/
catkin_make
source devel/setup.bash
roslaunch husky_gazebo husky_empty_world.launch
@chaitanyantr
Copy link

not worked ...it not able to find the launch file in ws.

@gmsanchez
Copy link
Author

@chaitanyantr that's strange, since they are part of the Git repository you should clone. The file husky_empty_world.launch is located here: https://github.com/husky/husky/tree/kinetic-devel/husky_gazebo/launch

What error message did you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment