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

When joint_state_controller/publish_rate is greater than control_rate, the value of jointstates takes the shape of a staircase #69

Open
nyxrobotics opened this issue Jan 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nyxrobotics
Copy link
Contributor

Abstract

Since the sensor value is updated at the control_rate cycle, if joint_state_controller is set to a cycle earlier than the control_rate, the sensor value is published without being updated.
The parameter velocity_duty_control_sample.launch is inappropriate.
The control_rate should be executed at a faster cycle than the controller. If the setting value is incorrect, a warning should be displayed.

joint_state_contrcontrol_rateoller/publish_rate 100
control_rate 50
Screenshot from 2023-01-18 12-43-11

joint_state_contrcontrol_rateoller/publish_rate 50
control_rate 50
Screenshot from 2023-01-18 12-48-00

Purpose

Implementation Details

@nyxrobotics nyxrobotics added the enhancement New feature or request label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant