psi
psi copied to clipboard
\psi components for Misty II
Are you aware of anyone that has tried to develop \psi components for the Misty II robot from Misty Robotics? Their SDK is all in C#, and I'm hoping this will be straightforward, but I want to see if anyone is working on this.
I looked a bit into this back in May 2020, the SDK might have changed since then. It is possible to add Psi to the robot through Nuget and it will run the pipeline in a function. However, the whole SDK was async/task based and I wasn't able to get the pipeline running in the background (basically, outside of a function). I also remember having trouble wrapping the _misty object in any external Psi components, was only able to get inline operators (Do,Select) working.