Skip to content

Commit

Permalink
Use metadata to process data.json requests
Browse files Browse the repository at this point in the history
By keeping realistic metadata in the dummy, we can process
_offset_-based requests and requests for several instances at the same
time.

Also implement enum requests and add more tests.
  • Loading branch information
stefanscherzinger committed Jul 17, 2024
1 parent 98bf9ca commit 99751f7
Show file tree
Hide file tree
Showing 6 changed files with 1,772 additions and 11 deletions.
6 changes: 6 additions & 0 deletions schunk_egu_egk_gripper_dummy/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ For instance, reading available error codes for the enum `HEX=0x0118` (`DEC=280`
http://<gripper-ip>/adi/enum.json?inst=280
```

## Metadata

```bash
http://<gripper-ip>/adi/metadata.json?offset=0&count=300
```

## Data
Use this script that reads the data directly from the gripper:
```bash
Expand Down
Loading

0 comments on commit 99751f7

Please sign in to comment.