Close
0%
0%

Tabbot

Wheeled robot with a tablet on top.

Similar projects worth following
The Tabbot is a tablet-robot. It is equiped with US sensors in order to avoid humans and obstacles alike and can be programmed to follow a path and perform actions along the way.

The first application we are developing is a RoboGuide: entering the path and the different information that must be delivered at each location, the robot will lead the tour around your house, museum, etc.

Further information may be found at Tabbot's github: https://github.com/majinstudios/tabbot

The project is licensed under GNU GENERAL PUBLIC LICENSE, Version 3.

With the proliferation of consumer robotics at the hand of well known companies, domestic robots are not a novelty anymore. While they excel at chores like vacuuming or lawn mowing, they are certainly far from the Jetsons’ Rosie-like robot maids we were promised in the 21st century.

To overturn this trend, we want to help create an all-around robotic assistant, be it aiding with domestic chores or participating in everyday work life.

Thus comes Tabbot, a human-sized and affordable Open Source robotic platform, which in order to be successful, must be as simple to program and modify as possible.

An arduino has been used as the main microcontroller, to empower less knowledgeable programmers, and an android tablet to provide the interaction with the user as well as providing complimentary features such as internet connectivity or camera access.

It also navigates on wheels instead of legs to get rid of pesky inverse kinematics and PID calculations and is shapeless, so it can be covered with different skins or have accessories such as arms or trays added as needed.

Tabbot applications:

* Robotic Guide [DONE]

* Remote controlled telepresence

* Add tray, Robotic Waiter

* Add arms, Robotic Assistant

* ...

Robotic Guide example:

Sorry about the vertical video, there was simply no way to fit it horizontally :)


  • 1 × Arduino UNO
  • 1 × Caster wheel
  • 2 × Wheels
  • 2 × DC motors
  • 2 × Encoders

View all 8 components

  • Robotic Guide application

    Alvaro Ferrán Cifuentes08/17/2016 at 16:53 0 comments

    This is the first real-world application we chose to do. As a robotic guide, Tabbot will be able to tirelessly give tour after tour around museums, or usher visitors into your office or waiting room for you.

    To program the path to follow, one simply controls the robot from the RoboControl app and pushes the 'Save' button when done. This will save the trajectory into the boards EEPROM. Once connected to the computer, it will print over serial port the full formatted path variable ready to be copied to the guide sketch. There the user can add messages at key points for the tablet to read.

    The reason for dividing it into two sketches is simply the memory size, in the future the EEPROM will probably be replaced by an SD card and full sentences will be able to be saved, instead of having to rely on the flash memory.

    The second sketch waits until a connection is established and then goes through the path instructions, moving and talking until somebody gets in the way or the tour is done.

  • Tabbot v1.0 complete!

    Alvaro Ferrán Cifuentes08/16/2016 at 17:05 0 comments

    The build is finished! We printed the missing parts, re-printed a few (don't mix high printing speeds with low infills!) and painted and trimmed the tube to the right height.

    We had to re-design the tube holder, since we initially went for a combination of

    off-the-shelf PVC and metal adapters held together by a rubber fitting which of course

    failed miserably, so we followed the KISS methodology and printed a single

    piece that did the job. Below we can see what we expected to happen and what actually happened.

    This also presents the advantage of portability: the two 3D-printed parts holding the

    tube in place do so by friction, so while in the future we may want to glue the pieces

    together to make it more robust, for now we can disassemble the robot in three

    convenient pieces for transport.

  • Electronics

    Alvaro Ferrán Cifuentes08/16/2016 at 16:45 0 comments

    As we mentioned previously, the brains of the robot is an arduino board. While very convenient to program, and so to share, it needs at least two H-bridges to drive the motors which can't be plugged into the board.

    The first thing, after measuring the motor's current requirements and selecting the correct driver, is to connect everything into a breadboard to ensure everything works properly.

    After the first run, both boards slid off the robot and disconnected, so obviously that wouldn't work and we had to move on to a prototype board.

    Here we can see the shield with the double H-bridge ic, power jack, motor cables and all the broken-out pins for the encoders, ultrasonic sensors and bluetooth. We also added a couple of velcro strips to secure the assembly in place.

    After a couple of days of work the bootloader got corrupted when uploading and we had to make a small cut in the shield to gain access to the ICSP header to fix the problem.

    If no more problems arise, all of this will be taken into consideration when designing the final PCB.

  • Building the base

    Irene Sanz08/11/2016 at 16:06 0 comments

    So... more news on Tabbot! I've been printing the different pieces and adjusting some tolerances on the way. This picture gives you some idea of more or less how it should look. The tube is not cut to the right distance and some of the base pieces are just the first layers of a print that went wrong, but you can start seeing its future form! :)

    And also, the methacrylate base is finally here! Let's start putting it all together!

    In this picture you can see the battery holder + charger supports already on the methacrylate base. On the background, the different covers of the base are already printed as well. It is taking shape!

    Everything is fitting perfectly, except for the motor. I didn't take into account a little bump it has on the bottom and had to manually cut a pocket in each side of the base:

    Nevertheless, apart from that little drawback, now its ready to start moving!

  • First design finished!

    Irene Sanz08/11/2016 at 15:41 0 comments

    After some work and different initial concepts, the first complete Tabbot design is finally finished!

    These are the different views of the 3D model:

    It has two motors with its wheels and a third castor wheel for support. The base is laser-cut acrylic and the tube supporting the tablet, PVC. The rest of the pieces are 3D-printed. The whole model has been designed using FreeCad.

    Next step: print everything, buy the PVC and cut the acrylic!

View all 5 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates