-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi
this is a copy of my post on ROS answers, but i think here might be a better place to ask:
im trying to get the data from the PhidgetBridge 4-Input into ros noetic (e.g. publishing the sensor values on a topic). As far as i've understood this device is not supported yet. Is that correct or could i reuse one of the existing packes in phidgets_drivers? Maybe with minor modification?
So far i've tried using the analog input nodelet roslaunch phidgets_analog_inputs analog_inputs.launch(pulled and built the noetic branch) however i got the connection problem: [ERROR] [1614854548.863487183]: AnalogInputs: Failed to open device: Timed Out(device is pluged in usb port an visible in /dev)
If unsupported, i'm willing to try to contribute, however as i've never done anything alike i would appriciate any reccomendation or help on what steps to take?