Regarding 'No updated pose for motion capture object' error #239
Unanswered
PrajwalBBharadwaj
asked this question in
Q&A
Replies: 2 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
-
With your edits you essentially disable the motion capture, so you don't get any error related to the motion capture. To help with the error itself, we need more detailed information. E.g., do you even have a motion capture (which one, software versions, etc.). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[ WARN] [1560104331.566231056]: No updated pose for motion capture object
I was getting this error upon running the launch file.
Tried out 2 things and both led to the error not showing up:
motion_capture_params["rigid_bodies"] = dict() for key, value in crazyflies["robots"].items(): type = crazyflies["robot_types"][value["type"]] if value["enabled"] and type["motion_capture"]["enabled"]: motion_capture_params["rigid_bodies"][key] = { "initial_position": value["initial_position"], "marker": type["motion_capture"]["marker"], "dynamics": type["motion_capture"]["dynamics"], }
robot_types: cf21: motion_capture: enabled: true
I would like to know why this works.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions