Skip to content

Commit

Permalink
Merge pull request #78 from cpaxton/ahundt-patch-2
Browse files Browse the repository at this point in the history
early first pass at instructor docs
  • Loading branch information
cpaxton authored Apr 12, 2017
2 parents 0e9f45c + cf0e450 commit 911f836
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions costar_instructor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ If you find this code useful, please cite:
}
```

## Adding plugins

Make sure you setup `instructor_plugins/src/instructor_plugins/__init__.py` to load your ui element.
Also add your ui element in
`costar_instructor/instructor_plugins/package.xml`. Take a look at the `case` entry, it will determine whether your plugin will be enabled/disabled under certain instructor roslaunch

For example if a plugin should appear in all cases, it makes sense to put `baseline` as your case.

## Marlin Demo

```roslaunch instructor_core marlin_cameras.launch```
Expand Down

0 comments on commit 911f836

Please sign in to comment.