How to change the publication rate of /joint_states topic ? #655
-
I'm working on UR10 Robot, I'm subscribing to /joint_stets topic to get the sensor data (position, velocity), I'm trying to increase the publication rate (default is 125 Hz) of the topic in order to smooth the resulted position and velocity curves. please, can you tell me, how can I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If this is a real robot: you can't.
There would be nothing to publish at a faster rate. (e-Series controllers run at 500 Hz, so buying a new UR could be a work-around) |
Beta Was this translation helpful? Give feedback.
If this is a real robot: you can't.
JointState
messages are published at the rate the UR control box provides them (ie: sends out robot state).There would be nothing to publish at a faster rate.
(e-Series controllers run at 500 Hz, so buying a new UR could be a work-around)