Skip to content

State published by EGM is unitialized until EGM is started #52

Answered by gavanderhoorn
BenArtes asked this question in Q&A
Discussion options

You must be logged in to vote

Merging those states was not made part of the driver, as the regular joint_state_publisher supports the functionality you describe.

By setting the source_list parameter to the topics you mention you should be able to get it to merge those into a single message which contains the latest state it has received. Refer to the documentation. I haven't checked recently, but IIRC, it should be able to deal with out-of-order messages.

And personally I prefer to avoid using RWS for anything other than coordination type tasks. The retrieval of the joint state was only added because it is possible, and, as you noticed, you would not have any info otherwise unless EGM is started.

That's unfortunately …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BenArtes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants