You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the robot's joint positions being updated on the topic /egm/joint_states.
I would like to stop receiving these joint positions on /egm/joint_states. rosservice call /rws/sm_addin/stop_egm_stream "{}"
Returns: result_code: 1
But the /egm/joint_states topic continues to be updated with joint positions.
I tried also rosservice call /rws/sm_addin/stop_egm "{}"
with the same result.
Any ideas how I can conveniently stop joint positions being published to /egm/joint_states?
Thanks.
This discussion was converted from issue #99 on March 31, 2025 19:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have the robot's joint positions being updated on the topic /egm/joint_states.
I would like to stop receiving these joint positions on /egm/joint_states.
rosservice call /rws/sm_addin/stop_egm_stream "{}"
Returns:
result_code: 1
But the /egm/joint_states topic continues to be updated with joint positions.
I tried also
rosservice call /rws/sm_addin/stop_egm "{}"
with the same result.
Any ideas how I can conveniently stop joint positions being published to /egm/joint_states?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions