Increase publish rate of /joint_states #517
-
Hi, is it possible to increase publish rate of
|
Beta Was this translation helpful? Give feedback.
Answered by
ted-miller
Aug 5, 2022
Replies: 1 comment 3 replies
-
Hi @chungshan @gavanderhoorn should know if there are any additional settings in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
chungshan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @chungshan
You can increase the frequency by lowering the
STATE_UPDATE_MIN_PERIOD
in the MotoPlus code that runs on the robot controller.motoman/motoman_driver/MotoPlus/StateServer.h
Line 35 in 7860ff5
@gavanderhoorn should know if there are any additional settings in
motoman_driver
on the PC that would need to be modified.