Skip to content

DeepthiSudharsan/waiterbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a simple Robotic Model using ROS (Robot Operating Systems)

Pre-requisites

This project was done using ROS Noetic on Ubuntu.

The Robot model

How to run?

Clone the repository inside the src folder of your catkin_ws (source folder of your catkin workspace).

The repo can be cloned using the following commands in the terminal.

cd ~/catkin_ws/src
git clone /~https://github.com/DeepthiSudharsan/waiterbot.git

You can also download the zip file and extract it in the source folder.

Then, we do catkin_make

cd ~/catkin_ws
catkin_make

To run the robot model, run the commands given below

. devel/setup.bash
roslaunch waiterbot display.launch

Voila, you get the waiterbot in your rviz window along with a pop-up gui for controlling the robot movement!

References

  1. http://wiki.ros.org/urdf/Tutorials/Building%20a%20Visual%20Robot%20Model%20with%20URDF%20from%20Scratch

Releases

No releases published

Packages

No packages published

Languages