-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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 (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: | ||
|
||
```bash | ||
catkin build documentation | ||
source devel/setup.bash | ||
rosrun documentation view.py | ||
``` |