Cannot Initialize PowerCube Modules

asked 2018-05-12 16:12:48 -0500

PatFGarrett gravatar image

Hello, So I have been working with an older Schunk/Amtec LWA 3 and a ROS control implementation. After a lot of finagling I cannot figure out the initialization of the PowerCube Modules.

For my setup I went and got the groovy-dev branch of Schunk_bringup. Essentially everything appears to launch fine.

I use:

roslaunch schunk_bringup lwa_solo.launch
rosservice call /driver/init

and I get:

initstring = PCAN:/dev/pcan0,500
PCanDevice successfully opened on /dev/pcan0
Initializing pcan device ... 
PcanDevice, init ok

 Could not reset module 1 during init. Errorcode during reset: -207 Try to init once more.
  [ INFO] [1526183521.627463556]: ...initializing powercubes not successful. error: Could not reset module 1 during init. 
  Errorcode during reset: -207 Try to init once more.

I cannot find anything that shows how to get around this error. I believe it may be an issue with the module IDs but I dont know what they should be.

Any help will be greatly appreciated.

Kyle

edit retag flag offensive close merge delete

Comments

Can you please update your question with links to the packages that you're using?

jayess gravatar image jayess  ( 2018-05-12 17:03:27 -0500 )edit

Sorry for the delay, I am switching to a setup that uses all indigo packages on 14.04. The pcan drivers were the most uptodate. Ill update the question with more details this afternoon

PatFGarrett gravatar image PatFGarrett  ( 2018-05-14 11:15:33 -0500 )edit