Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: What is frequency of robot_get_joint_states receiving the latest joint state? #49

Open
GuoPingPan opened this issue Jul 31, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@GuoPingPan
Copy link

Question

I am trying to realize high frequency reaction control. So I wonder what is frequency of robot_get_joint_states to receive the latest joint state?

Robot Model

wx250s

Operating System

Ubuntu 20.04

ROS Version

ROS 1 Noetic

Additional Info

No response

@GuoPingPan GuoPingPan added the question Further information is requested label Jul 31, 2023
@lukeschmitt-tr
Copy link
Member

robot_get_joint_states will return the last received joint states. You can control the joint state update rate of the xs_sdk with the update_rate parameter of the xs_sdk's joint_state_publisher in whatever motor config file you're using.

@GuoPingPan
Copy link
Author

I actually want to know the joint state update transport rate about the servo motor. For example, thought the update rate of ros message is 100hz, the reaction rate of motor joint state update only 50 hz. It will get same joint state msg in the ros msg.

So how fast can the widows250 motor joint state update [limited by hardware] ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants