-
Notifications
You must be signed in to change notification settings - Fork 21
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
rosGenericMsg : invalid type #27
Comments
Interestingly, I am also facing the same problem now, Thanks a lot |
Tbh I don't know immediately what would cause this. Seeing as you're both running into the same problem, perhaps a good first step would be to provide details on:
etc. The type is defined here: ros-industrial/staubli_val3_driver/staubli_val3_driver/val3/ros_server/ros_server.dtx, so it's definitely provided by the sources. |
Sorry for late reply (virtual) controller versions : CS8 (not sure where i can check in virtual env but my real controller version is CS8) I noticed that when i first start the SRS Cell, 7 error occurs.
(some spelling might wrong since i translate the korean error msg to english) and when i tried to run ros_server -> "rosGenericMsg: rosGenericMsg : invalid type" this error. maybe problem some files from ros_libs ? or i copied wrong place? not sure what is the problem at all, i'd appreciate any tips, ideas. |
I can't seem to recreate the error in SRS. Can you run a syntax check in SRS and show me the output? |
@benthebear93: could you please clarify how you downloaded the files of the driver exactly? If you downloaded any links, please tell us which links. if you used git, please tell us how. |
i got from this git. using zip file for download to test. but after you said, i test it again with git clone from readme description and it works. I didn't really changed anything. I also reused the old files that i used before today but error didn't show too, weird. |
then the same questions about how you checked out the sources for @SinaMirrazavi. |
I'm going to close this. It seems @benthebear93's problem was resolved. @SinaMirrazavi: if you're still experiencing problems, please post an update in a comment here. |
Sorry for the late reply. I exactly followed the same procedure benthebear93 described and by cloning the repo the problem was sovled. |
So downloading the Did you We might need to force Windows line-endings for the VAL 3 sources. @marshallpowell97: does SRS / the controller require Windows line-endings? |
@gavanderhoorn git clone from window (worked) it's weird but everything works for me now. |
Hm. Then unless @SinaMirrazavi tries this as well and reports something else, I don't believe we'll be able to figure out what went wrong. |
@gavanderhoorn I don't believe so. If it did, I think we would see more errors than that. Like you said, the type is provided by the source, so I don't think the problem is in the repo. |
Re-opening as it seems others have ran into this now as well. See #28. |
So I encountered same problem today as i tried to change some code in ros_server.
i guess using USB dosent work? |
Hello, i'm trying to run ros_sever with SRS.
ros_sever, ros_libs folder are in this directory "C:\Users\MHM\Documents\Staubli\SRS\ros_test2\Controller1\usr\usrapp"
which is a cell dicrectory.
I opened ros_sever application and used emulator to run
+Disk->ros_server
but error occur and log says "rosGenericMsg: rosGenericMsg : invalid type"
I set the TCP sever two socket (Feedback, Motion) but same error occurs.
same rosGenericMsg error occurs when i tried real robot.
Am i missing something? or is there a problem ?
thx!
The text was updated successfully, but these errors were encountered: