Crates.io | pflex-module-rs |
lib.rs | pflex-module-rs |
version | 0.1.0 |
source | src |
created_at | 2024-11-22 22:24:32.708527 |
updated_at | 2024-11-22 22:24:32.708527 |
description | An unnofficial API wrapper for the Brooks Automation PreciseFlex series robot |
homepage | |
repository | https://github.com/euanwm/pflex-module-rs |
max_upload_size | |
id | 1457889 |
size | 72,831 |
This was written as a personal project to get more familiar with the Rust language. Yes, it could have been done far more easily in Python but where's the fun in that?
Currently, all tcs_client.rs and pflex.rs tests require a physical robot. Tests require the ROBOT_IP env variable to be set prior running tests.
Here's how to run the pflex_test::check_vitals test:
ROBOT_IP=10.5.2.12 cargo test -p pflex-module-rs check_vitals
The remaining tests within pflex_test.rs still have to be properly tested and developed upon.