Skip to content

quantumxt/momobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOMObot

version license Documentation

MOMO_logo_full

MOMObot (MOdular MObile Robot) is a ROS enabled autonomous ground vehicle for service by the SUTD Organisation of Autonomous Robotics!

Based off of the Linorobot framework!

Click to watch video!

Features:

  • Autonomous navigation
  • Local obstacle avoidance
  • Expressive emotion module
  • Location based voice-lines

Pre-Requisites

Setup

View the full documentation here!

This repo contains an entire momobot workspace!

You can put the workspace anywhere else you want, but just make sure you actually build it after the fact.

# Clone the repo and go into the repo folder
git clone https://github.com/methylDragon/momobot.git
cd momobot

# Start all submodules (we have quite a few!)
git submodule update --init --recursive

# Then build the workspace. If you want the workspace anywhere else, do copy it there
# Then run the build command at the workspace
# Don't forget to source it!
cd momobot_ws
catkin build # Or catkin_make , if you don't have catkin tools installed
source devel/setup.bash # Source the workspace

Media

(assets/colin-ni-10.jpg) SUTD founding chairman Philip Ng, SUTD chairman Lee Tzu Yang, Minister for Education Ong Ye Kung, SUTD president, Professor Chong Tow Chong, and SUTD president emeritus, Professor Thomas Magnanti, launching the commemoration “Tree” wh

We got featured on the news!


cute

Languages

  • C++ 97.2%
  • C 1.3%
  • Other 1.5%