Open waillyam23 opened 2 years ago
Off-topic, but:
I am currently working on a hc10 from Yaskawa and was interested by your library to read and write on the ports of the robot in python.
do the ROS services offered by motoman_driver
's io_relay
not work for you?
You don't need to run the full driver to be able to use those services. Just io_relay
should be enough.
The io_relay node from motoman is working. It connects well to the server when i do roslaunch motoman_driver io_relay.launch robot-ip:=192.168.1.40 use_bswap:=false
and I am able to get the values of the registers with the service read_mregister.
As for the c++ part, I have seen there is some interesting functions to read and write in the registers. @gavanderhoorn do you have examples or documentation on the functions in io_relay ?
Thank you for you off-topic comment, I would have missed this option otherwise ^^
For questions regarding motoman_driver
, I would suggest to post in the Discussion forum.
It wouldn't be nice to Lars and the rest of @ra-mtp-ntnu to discuss something which they do not host here.
Indeed
Were you able to connect in the end, @waillyam23?
Not through your library, but we found other solutions trough motoman. I am not working anymore on this robot, but thank you for your concern :)
Hello,
I am currently working on a hc10 from Yaskawa and was interested by your library to read and write on the ports of the robot in python. I am not a socket specialist and went through this error which I can't find how to resolve:
I already tried to increase the timeout, and checked if the ports (like TCP_PORT_STATE = 50241) were the good ones. To do this I checked the ports used by a working MoveIt application on this robot. The controller is yrc1000, and the ip adress has been changed.
Please let me know if you have an idea,
Sincerely