Skip to content

Rust module for interfacing with the PreciseAutomation Flex series robots

License

Notifications You must be signed in to change notification settings

euanwm/pflex-module-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PreciseFlex 400/3400 Series SDK (Unofficial)

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?

Testing

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.

About

Rust module for interfacing with the PreciseAutomation Flex series robots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages