Page 1 of 1

Unable to create Handler with Phidgets22.h

Posted: Tue Feb 04, 2020 3:41 pm
by arunavanag
Hello,
I am using Phidgets Stepper Motor through a Bipolar HC controlelr with ROS. Essentially I am using phidgets22 library and following the example as here https://www.phidgets.com/?view=code_samples&lang=Python.

While, I could still declare the handler:
PhidgetStepperHandle stepper0;
However when I create the handler:
PhidgetStepper_create(&stepper0);

It throws me the error as attached. [img]error.jpg[/img]

Could someone tell me what I am doing wrong.