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 faced a problem in melodic
TF Problem: Invalid argument "/base_link" passed to lookupTransform argument target_frame in tf2 frame_ids cannot start with a '/' like:
I fix it by changing reference_farame = "/base_link" to "reference_farame = "base_link" in ur_mp.py
The text was updated successfully, but these errors were encountered:
i faced a problem in melodic
TF Problem: Invalid argument "/base_link" passed to lookupTransform argument target_frame in tf2 frame_ids cannot start with a '/' like:
I fix it by changing
reference_farame = "/base_link"
to"reference_farame = "base_link"
inur_mp.py
The text was updated successfully, but these errors were encountered: