CaveX

A Bio-inspired Cave eXploration Robot

The CaveX honours project was a design and build project from my final year of Mechatronics Engineering and Computer Science at the Unviersity of Adelaide. We engaged with stakeholders at the Naracoorte Caves, South Australia, to devise a solution to address the difficulties of contemporary cave-mapping techniques. The CaveX robot applies robotics and biomimetics to contribute to geological and palaeontological cave research. This project also featured in an ABC news article, which can be found here.

Highlights

  • Used bioinspiration to design a environmentally low-impact hexapedal cave mapping robot
  • Enabled robot vision by implementing simultaneous localisation and mapping (SLAM) algorithms using LiDAR technologies.
  • Developed walking gaits for the hexapod that allowed it to traverse unsteady cave terrain using robot dynamics and inverse kinematics of the chassis and legs.
  • Thorough communication and collaboration with stakeholders throughout development lifecycle.

"The aim of the CaveX project is to design and build a bio-inspired autonomous robot for the purpose of exploration and 3D mapping of cave systems."

CaveX Honours Project

Conceptual Design

  • Followed a model based systems engineering approach to track and focus effort on achieving stakeholder desired outcomes. Collected stakeholder needs to devise system requirements, and clarified with user stories.
  • Used a hybrid top-down and bottom-up approach to arrive at the final solution to address constraints and uncertainties.
  • To address stakeholder requirement to minimisation of the robot's environmental impact, compared and contrasted various biomimetic designs.

Software Implementation

The software design and implementation was my main focus of the project. My objectives were to find solutions to enable the robot to perform various tasks including:

  • Real-time simultaneous localisation and mapping (SLAM)
  • Walking gait control
  • Path planning and autonomous navigation

I used the robot operating system (ROS) to build the software stack. ROS is an open-source set of software libraries and tools geared towards building robotics applications. The ROS framework is comprised of nodes that can subscripe to topics and push/receive messages to and from other nodes. Through incremental development and testing, I was able to interface all the services that were fundamental to our robot. These controlled the robot's walking gaits, the LiDAR mapping, and sensing and communication subsystems as shown in the diagram below.

CaveX Software Diagram

Gait Control and Simulation

To control the motors and synchronise them into the hexapod's walking motion, I built an open-source gait control library onto the robot. I adapted the kinematics equations to match the CaveX robot geometry which translated to servo commands. Through testing and refinement, I was able to remotely control the robot's walking motion with three different walking gaits for varying speed and stability. This also allowed for controlling the robot's tilting orientation, which affects the scanning ability of the LiDAR sensor.

CaveX gazebo CaveX gazebo CaveX gazebo

After verifying that the robot's movements in simulation, I used open-source remote-control drivers to allow for robot movements to be controlled at will.

Scanning and Mapping

To allow the CaveX robot to see its surroundings, I implemented open-source SLAM algorithms onto our platform. The following sceenshots show both 2D and 3D scanned maps of the Engineering honours rooms and demonstrate high fidelity and accuracy in real-time map generation. I also used Gazebo simulations to demonstrate a proof-of-concept path planning functionality. This would form the basis for autonomous navigation, however I was unable to implement this feature due to time constraints.

CaveX gazebo CaveX gazebo CaveX gazebo

This scanning capability was also tested in the field. The following screenshots show the high fidelity pointclouds that were collected onsite at the Naracoorte Caves, SA. The left image shows a scan of a low crawl cave space. The right image shows a scan of the Stick-Tomato cave's main chamber.

CaveX gazebo CaveX gazebo

To learn more about my work history, check out my resume. Thanks for stopping by!