Skip to content

Commit

Permalink
Fixed Package-Setup.md to show 'catkin build' rather than 'catkin bui…
Browse files Browse the repository at this point in the history
…ld --cmake-args -G 'CodeBlocks - Unix Makefiles''
  • Loading branch information
tgsim committed Jul 11, 2018
1 parent ca0969b commit 36a7ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh_pages/_source/demo1/Package-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In a terminal type:
```
cd ~/perception_driven_ws
catkin build --cmake-args -G 'CodeBlocks - Unix Makefiles'
catkin build
source devel/setup.bash
```
## Import Package into QT
Expand Down

0 comments on commit 36a7ea6

Please sign in to comment.