Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 4.09 KB

README.md

File metadata and controls

88 lines (67 loc) · 4.09 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Amazebot Description Package

This package contains the descriptions and models of the Amazebot based on the robotcraft2019 robot proposed by Ingeniarius.
Explore the docs »

View Demo · Report Bug · Request Feature

About the Project

The robot description and model based on the actual amazebot.

Setup

To setup ROS, run the "install_melodic.sh" script in the scripts directory using sh install_melodic.sh or chmod+x scripts/install_melodic.sh && ./ install_melodic.sh

You can also use tutorials. There's a bunch of them, including in the ros wiki.

Now that you have ROS, to setup the project on your local machine:

  1. Click on Fork.
  2. Go to your fork and clone the project to your local machine, in the "catkin_ws" folder.
  3. git clone https://github.com/robotcraft19/robotcraft-model-description.git
  4. Make sure you have rosdep install : sudo apt-get install python-rosdep && sudo rosdep init
  5. cd ~/catkin_ws
  6. rosdep install --from-paths src --ignore-src -r -y
  7. In the catkin workspace : catkin_make

If everything went smoothly, you should now have this repo's package as well as its dependencies.

Run

  • Display the Robot : roslaunch robotcraft-model-description display_robotcraft2019.launch

A better look at the robot can be taken with the robotcraft-model-description package, using the stage_test launch file.

Contributors

Everyone part of the original team or that assisted throughout the development.

License

Distributed under the MIT License. See LICENSE for more information.