ROS2 action client in Roslibjs #1182
ikwilnaarhuisman
started this conversation in
General
Replies: 0 comments
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 @EzraBrooks, some time ago I was running into performance issues when teleoperating through the roslibjs towards the rosbridge. Using an action I kept sending goals per 100ms towards the rosbridge which causes it to spawn multiple action clients which causes significant CPU spikes.
For ROS1 roslibjs has
ActionClientin here, but this obviously doesn't work for ROS2. Is there a way to make an actionClient with roslibjs or does the rosbridge protocol prohibit that?Beta Was this translation helpful? Give feedback.
All reactions