-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection Error #20
Comments
I have this same error as well when connecting Segway using USB mode.
I can guarantee that the "libsegwayrmp" package was compiled with "serial" as it says libewayrmp serial supported during its compilation. This might be a problem of CMakeList. |
@dikke these errors seem to be different. As for your error, if you're sure you built with Serial support then you might be using a different instance of the headers? The availability of the Serial support is baked in at CMake time if I remember correctly. I don't have a segway to test with, so the most I can suggest is that you rebuild it and make sure it has Serial support enabled and that it finds the serial library it needs to build in serial support. |
Thank you for your reply. First Photo uses serial connection, no errors. Second photo uses USB connection, there is error....... The problem is that, I still can't get the serial version working with "segwayrmp" package. There must be dependency issue during the compilation. The problem, is perhaps, found in here: |
That is strange. I agree that the only thing that could really be happening is that the |
Error connecting: ConnectionFailedException occurred at line 371 of
/home/priya/ros_workspace/libsegwayrmp/src/impl/rmp_ftd2xx.cc
: Error connecting to the SegwayRMP: FTD2XX error while opening the usb port: FT_DEVICE_NOT_OPENEDThe text was updated successfully, but these errors were encountered: