Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delphyne-crash : TypeError #326

Closed
stonier opened this issue Nov 18, 2020 · 0 comments · Fixed by maliput/delphyne_demos#27
Closed

delphyne-crash : TypeError #326

stonier opened this issue Nov 18, 2020 · 0 comments · Fixed by maliput/delphyne_demos#27

Comments

@stonier
Copy link
Collaborator

stonier commented Nov 18, 2020

Running simulation indefinitely.
Collisions have been detected!

racer2 and racer3 have crashed at [-0.04885  0.88715  1.3957 ]!
--> racer2 was going at 5.0 m/s and hit racer3.
Simulation ended. I'm happy, you should be too.
= Simulation stats ==========================
  Simulation runs: 434
  Simulation steps: 936
  Elapsed simulation time: 9.359999999999845s
  Elapsed real time: 9.564274264026608s
=============================================
Traceback (most recent call last):
  File "/mnt/mervin/workspaces/devel/maliput/install/delphyne-demos/bin/delphyne-crash", line 9, in <module>
    delphyne_demos.demos.crash.main()
  File "/mnt/mervin/workspaces/devel/maliput/install/delphyne-demos/lib/python3.6/site-packages/delphyne_demos/demos/crash.py", line 137, in main
    simulation_tree.tick_tock(period=tree_time_step)
  File "/mnt/mervin/workspaces/devel/maliput/install/delphyne/lib/python3.6/site-packages/delphyne/trees.py", line 75, in tick_tock
    self.tick(pre_tick_handler, post_tick_handler)
  File "/opt/ros/dashing/lib/python3.6/site-packages/py_trees/trees.py", line 320, in tick
    handler(self)
  File "/mnt/mervin/workspaces/devel/maliput/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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant