You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usingisnan(lp) || isnan(rp)
, if nan, then will skip the codes below.Is there a way to solve this?
Best,
Samuel
The text was updated successfully, but these errors were encountered: