Serve in restraunts
These kinds of robots are very efficient and convenient during the covid times without much human intervention, which will deliver the food from the kitchen to the table. This ensures the hygiene of the food and safety of the customers.
There are many applications instead of serving food, including but not limited to hospitality, home and the patients with covid positive.
- Yashveer Jain
- Mayank Sharma
cd ~/catkin_ws/src
git clone https://github.com/yashveerjain/Robo-Serve.git robo_serve
cd ..
catkin_make
. devel/setup.bash
- Note:
- Assuming the ROS is already installed and the workspace is already created as
catkin_ws
in home dir. robo_serve
is package name and so we are naming it our clone directory.
- Assuming the ROS is already installed and the workspace is already created as
- On one terminal
* roslaunch launch/robo.launch
- this will do the path planning where in you need to type a number (1-4) for table and then the robot will be spawned in the gazebo and moved to that table, and again moveback to kitchen.
- automnomous_motion.py
- autonomous path planning and moving the robot by publishing the command vel, and subscribe to odometry for closed loop feedback
click here
Robot modelling is done on solidworks, part and assembly files are present here
- ROS - noetic
- python3
- gazebo
- Rviz
pip install -r requirements.txt