Trotbot

less than 1 minute read

Trotbot is an autonomous omnidirectional ground robot, designed to serve as an indoor delivery robot. It is able to autonomously navigate around dynamic obstacles and find its way to a given waypoint.

The robot uses a 2D LIDAR for obstacle detection and a RealSense sensor for visual-inertial localization. The planner uses Rapidly Exploring Random Trees (RRT) for local planning and Dijkstra for global planning. The software stack for dynamic path planning has been implemented with ROS, and the processing is done on an on-board NUC.

placeholder image 1 placeholder image 2 placeholder image 3
Trotbot -ERC BITS Goa: Trotbot prototype from February 2019 (Left, right) and February 2020 (centre)

Trotbot has been an ongoing projct of the Electronics & Robotics Club of BITS Goa since March 2018. The robot is now being developed to additonally serve as a platform for research in autonomous ground robotics. In 2020, the project branched out into two more projects: omnibase (an omni-wheeled robot simulator) and gennav (a python package for path planning algorithms for robots).

Role in Project: Navigation (Path Planning, Localization, Obstacle detection, dynamic obstacle avoidance)

[GitHub Repo]