Replies: 2 comments 5 replies
-
I'm not exactly sure what you're trying to do. Or more precisely, why you are trying to do this. What is it you'd like to achieve? reading/writing M-registers is already fully supported by the provided services: after starting the IO relay, a |
Beta Was this translation helpful? Give feedback.
3 replies
-
Did you manage to make any progress @Waillyam23? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to add in the io_relay_node.cpp some code to reproduce the ros services
/read_mregister
& co.After looking at the code i wrote those lines to get the value of M010.
motoman_msgs::ReadMRegisterRequest request; request.address = 10; motoman_msgs::ReadMRegisterResponse answer; io_relay.readMRegisterCB(request,answer);
but I have compilation errors in the catkin_make:
Do you happen to have some examples or documentation on the functions in io_relay ?
Beta Was this translation helpful? Give feedback.
All reactions