Questions tagged [fb-hydra]

Questions about Hydra, an open source Python framework by Facebook

182 questions
-1
votes
1 answer

yaml.constructor.ConstructorError: could not determine a constructor for the tag

I have a yaml file which has the following lines: grasp_pose: !!python/object/new:geometry_msgs.msg._Pose.Pose state: - !!python/object/new:geometry_msgs.msg._Point.Point state: [0.445, -0.449, 0.116] which loads with no problem…
Alejandro
  • 879
  • 11
  • 27
1 2 3
…
12
13