You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if controller is not connected, the following error is shown:
{{{
prosody /Users/lord/Dropbox/Projects/Javadrone> java -jar controltower-full.jar
Exception in thread "main" java.lang.Error: iconv failed
at com.codeminders.hidapi.HIDManager.listDevices(Native Method)
at com.codeminders.ardrone.controllers.hid.manager.HIDControllerFinder.findController(HIDControllerFinder.java:17)
at com.codeminders.controltower.ControlTower.findController(ControlTower.java:163)
at com.codeminders.controltower.ControlTower.initController(ControlTower.java:139)
at com.codeminders.controltower.ControlTower.<init>(ControlTower.java:95)
at com.codeminders.controltower.ControlTower.main(ControlTower.java:713)
}}}
Original issue reported on code.google.com by [email protected] on 8 Jan 2013 at 7:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jan 2013 at 7:33The text was updated successfully, but these errors were encountered: