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

Topic /joint_states position show nan, and diff_drive_controller cannot work with it #20

Open
HappySamuel opened this issue Aug 23, 2022 · 0 comments

Comments

@HappySamuel
Copy link

HappySamuel commented Aug 23, 2022

Hi

I found that the topic /joint_states position is showing [nan, nan], which eventually cause the diff_drive_controller cannot extract the position info to act on them, as per line 416 in diff_drive_controller , it will check the position by using isnan(lp) || isnan(rp), if nan, then will skip the codes below.

Is there a way to solve this?

Best,
Samuel

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

No branches or pull requests

1 participant