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
delphyne_crash demo fails at the end of the execution because the binding to get the pose of the agent doesn't seem to be working correctly.
File "/home/franco/maliput_ws/install/delphyne_demos/lib/python3.6/site-packages/delphyne_demos/demos/crash.py", line 59, in check_for_agent_collisions
agent1_pose = agent1.get_pose()
TypeError: Unable to convert function return value to a Python type! The signature was
(self: delphyne.agents.Agent) -> Eigen::Transform<double, 3, 1, 0>
delphyne_crash
demo fails at the end of the execution because the binding to get the pose of the agent doesn't seem to be working correctly.c++
GetPose
implementation:https://github.com/ToyotaResearchInstitute/delphyne/blob/04e431f112b82f96b22b92966787d01b3ea03a48/include/delphyne/mi6/agent_base.h#L87-L102
get_pose
bindhttps://github.com/ToyotaResearchInstitute/delphyne/blob/04e431f112b82f96b22b92966787d01b3ea03a48/python/delphyne/agents.cc#L54-L57
The text was updated successfully, but these errors were encountered: