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

643bf89 · Apr 17, 2024
Nov 25, 2023
Apr 17, 2024
Nov 11, 2023
Apr 17, 2024
Mar 11, 2024
Apr 17, 2024
Nov 7, 2023
Dec 1, 2023
Oct 20, 2023
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