Search Results

by sam
Fri May 26, 2023 8:34 am
Forum: Linux
Topic: phidget22 python API issue
Replies: 2
Views: 12095

Re: phidget22 python API issue

ok, I tried to use
sudo -E code \dot py
, it can control the DC motor, the question is why in my laptop it does not require the 'sudo' and in odroid it does ? and when I use ros to launch a control node, it is not proper to run in root, so many path are in usr's path.
by sam
Thu May 25, 2023 9:14 pm
Forum: Linux
Topic: phidget22 python API issue
Replies: 2
Views: 12095

phidget22 python API issue

Hello friends, -- I am using phidget vint to control a DC motor on an odroid board, I am using phiodget22 python api, however, when I run script it always show 'No phdidget were detected at all. Make sure your device is attached.' it is caused by the 'openWaitForAttachment(1000)', please help figure...