Skip to content

Commit

Permalink
Merge pull request #17 from micropsi-industries/fanuc_test
Browse files Browse the repository at this point in the history
Bump version.py.
  • Loading branch information
kiwi-on-the-wing authored Nov 8, 2021
2 parents 9f49480 + 82924a8 commit f99a017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pip3 install .
```

## Robot SDK
`JointPositionRobot` Abstract Interface declares the list of methods that must be implemented for
successful robot control.
`JointPositionRobot` and `CartesianRobot` abstract Interface declaring the list of methods that
must be implemented for successful robot control.

## Mirai Sandbox
Stand alone tool to test the SDK-based Robot control implementation.
Expand All @@ -21,10 +21,9 @@ the implementation of the high-frequency control loop.

### Running the Mirai Sandbox tool
```bash
usage: mirai-sandbox [-h] [-m MODEL] [-f FREQUENCY] [-sl SPEED_LINEAR]
[-sa SPEED_ANGULAR] [-d DIMENSION] [-l LENGTH]
[-ip IP_ADDRESS] [-tl TOLERANCE_LINEAR]
[-ta TOLERANCE_ANGULAR] [-v]
usage: mirai-sandbox [-h] [-m MODEL] [-sl SPEED_LINEAR] [-sa SPEED_ANGULAR]
[-d DIMENSION] [-l LENGTH] [-ip IP_ADDRESS]
[-tl TOLERANCE_LINEAR] [-ta TOLERANCE_ANGULAR] [-v]
path

Micropsi Industries Robot SDK Tool
Expand All @@ -36,9 +35,6 @@ optional arguments:
-h, --help show this help message and exit
-m MODEL, --model MODEL
Name of the robot model as defined in the implementation.
-f FREQUENCY, --frequency FREQUENCY
Frequency of the robot control loop, Hertz.
Default: 50
-sl SPEED_LINEAR, --speed-linear SPEED_LINEAR
Linear end-effector speed, meters per second.
Default: 0.05, Max: 0.1
Expand Down
2 changes: 1 addition & 1 deletion micropsi_integration_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.0"
VERSION = "0.3.0"

0 comments on commit f99a017

Please sign in to comment.