-
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
error running ros_server #29
Comments
The error messages shown indicate that either:
It's been a long time since I've run this myself, but the error about the IO element could mean the single IO reference we have in the code does not work for your controller/configuration:
Perhaps @marshallpowell97 recognises the error? |
i'll check first the io, altough i think the program runs anyway
do you think i can just remove those 3 lines from the controller i have is a CS8C, i'm not sure it makes any difference thanks again |
the error messages indicate the required TCP ports aren't actually open/accepting connections. The most seen cause for that is the server program not actually running.
I'm not sure sure. It was added by @marshallpowell97 in #8 (in 4cbb7f9), but that may have been an auto-update. Those lines have been part of the driver since the initial import though:
|
hi I sorted it out, when configuring the sockets ("Feedback" and "Motion") i didnt know how to use caps the i/o error is gone and i can get the joint positions by echoing /joint_states topic :) thanks so much! |
Ok, thanks for reporting back. I'll close this then. |
(I'm guessing you used the wrong account to post your comment, and you're actually @pratipo) |
oh sorry, yes its pratipo i actullay got some extra errors after reuploading the fresh val3 folders (just in case)
i'm not sure whether both or just one of the above makes it actually work, i could actually try to find out, if you think it's usefull thanks again |
hm. That reminds me of #27. It would be great if you could test a I would not expect |
hi
i'm trying to get connected to a tx60 using this packet and staubli_experimental one
i'm using melodic
afterwards i'll try to implement a followjointtrajectory action client
is it possible to do it in roslibpy (using rosbridge_server)? i have a blender addon (that i'm going to opensource) that can stream to a topic (so it shouldn't be a problem to send a followJointTrajectoryGoal action) data with joint positions of a simulated/animated tx60
anyway
i uploaded the val3 contents (2 folders) to the cs8c controller using ftp
i set up the sockets as instructed in the readme
but i guet this error
it says (i cannot change the controler language :$) "I/O not attached/related to a physical I/O"
stil i'm allowed to run the ros_server program
i got two errors when trying to launch
roslaunch staubli_val3_driver robot_interface_streaming.launch robot_ip:=192.168.1.10
so i've pushed the
robot definition
launching load_tx60.launch and the 'controller_joint_names' usingrosparam set /controller_joint_names "['joint_1', 'joint_2', 'joint_3', 'joint_4', 'joint_5', 'joint_6']"
then i relaunch the streaming but i guet this
is there any specific configuration to be set in the pendant related to sockets? i'm trying all of this in manual mode (i need to find out how to trick the door security)
i did the tudelft mooc in a week during christmas and i have no previous experience with ros, so i'm missing lots of basic things (most probably)
thank you very much!!!
Raul
The text was updated successfully, but these errors were encountered: