Skip to content

Commit

Permalink
fixed config filenames in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Wecht committed Nov 13, 2017
1 parent 11bb3bb commit 1926163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Install via
## Example
A simple usage example is included and will be build with the library. It resides in `devel/lib/stargazer/` run it by handing it the path to the example file and config:

./devel/lib/stargazer/stargazer_demo res/frame0135.jpg res/stargazer.yaml-cpp
./devel/lib/stargazer/stargazer_demo res/frame0135.jpg res/stargazer.yaml

If you do not use catkin, the command is sligtly different:

./build/devel/lib/stargazer/stargazer_demo res/frame0135.jpg res/stargazer.yaml-cpp
./build/devel/lib/stargazer/stargazer_demo res/frame0135.jpg res/stargazer.yaml


# Documentation
Expand Down

0 comments on commit 1926163

Please sign in to comment.