Skip to content

Commit

Permalink
Issue #7: Changed README with new NeatoController methods
Browse files Browse the repository at this point in the history
  • Loading branch information
branoholy committed Dec 28, 2016
1 parent 18d5a2f commit e9c6c1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ regilo::NeatoSocketController controller;
controller.connect("10.0.0.1:12345");

// Set the test mode and LDS rotation
controller.setTestMode(true);
controller.setLdsRotation(true);
controller.startScanner();

// Grab a scan from the robot
regilo::ScanData data = controller.getScan();

// Unset the test mode and LDS rotation
controller.setLdsRotation(false);
controller.setTestMode(false);
controller.stopScanner();
```

### Hokuyo
Expand Down

0 comments on commit e9c6c1c

Please sign in to comment.