/Husky-Experiments

:taxi: Experiments using Clearpath Robotics' Husky

Primary LanguageCMake

Husky Experiments

This is an experiment space for me to mess around with Clearpath Robotics' Husky.

Content

Simple Nav

The simple nav package is a simple experiment at trying to find an object using the onboard laser and driving in its direction.

Goals

  • Moving Husky
  • Extract Laser info
  • Extract closest and drive towards it
  • Emergency stop when in close proximity

Tunnel Nav

Drive inside a corridor with two defined borders.

Goals

  • Drive in the center of the corridor
  • Handle corners
  • Gracefully handle end of tracks by turning back

Camera Process

Attach a camera to the husky and drive towards an object of color.

Goals

  • Retrieve a camera feed
  • Find an object of color
  • Drive toward the colored object