Skip to content

LASR-at-Home/Base

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ebf362 · Jul 3, 2024
Apr 26, 2024
Jul 3, 2024
Apr 26, 2024
Jun 3, 2024
Jul 2, 2024
Jul 3, 2024
Mar 5, 2024
Jun 13, 2024
Jun 4, 2024
Aug 27, 2022
Oct 24, 2023

Repository files navigation

LASR Base

This repository contains all of LASR's ROS packages.

Packages are organised into the following folders:

  • common: packages used throughout the project
    • helpers: packages which provide Python / ROS helper functions / services
    • interfaces: touch and web interfaces
    • navigation: packages for augmenting / controlling navigation
    • speech: speech recognition, conversation intent recognition, and text-to-speech
    • vision: object recognition
  • documentation (package): package containing scripts for generating READMEs and also the documentation site itself
  • legacy: packages intended to be removed / rewritten and adapted into the new structure
  • skills: commonly used states and small state machines (for smach) which implement various actions
  • tasks: implementations of robot demos / tasks / challenges

Documentation

Currently to get the documentation up you should be in our container and then run:

catkin build documentation
source devel/setup.bash
rosrun documentation view.py