Handle registry writing from Srv and reading from Topic #1675
pucciland95
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
To be fair, a PoC could be done by building a new node ontop of the client library. I think, I don't fully understand what you want to achieve and why. If you want to integrate things into the current driver structure, you would have to add the registers to the hardware interface's command interfaces and add a new controller reading the topics that you want forwarding the data to the register buffers. |
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.
-
Hi all!
I would like to propose a new feature that I think may be rather useful to alternate streaming motion and custom URSCRIPT.
In particular, I would like to investigate whether, in your opinion, it is feasible to expand the set_io to set input_registry.
At the same time, stream in a topic the output_registry or in io_states or in a different topic.
As of now I do not think it is possible to do this easily since dashboard allow to load immutable urscripts and returning to external_control takes some time.
Urscriptinterface instead requires the robot to be in external_control which I would like to avoid and it requires particular care in a correct script encoding.
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions