ROS packages for the KUKA YouBot robot.
Before you begin, ensure you have met the following requirements:
- You have a Linux machine with Ubuntu Xenial 16.0. LTS
- You have installed ROS Kinetic
- You have installed catkin_tools
- You have installed Python 2.7
Maintainer: Miguel Cuartin Ordaz
Go to your ROS working directory:
cd ~/catkin_ws/src
Clone the required repositories:
git clone https://github.com/macuartin/youbot.git
Compile your ROS workspace:
cd ~/catkin_ws && catkin_make
Be sure to always source the appropriate ROS setup file, e.g:
source ~/catkin_ws/devel/setup.bash
You might want to add the line above to your ~/.bashrc file.
Try the following command:
roslaunch youbot_bringup main.launch
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
If you want to contact me you can reach me at [email protected]
This project uses the following license: <license_name>.