tue-robotics / tue_robocup

RoboCup challenge implementations
https://github.com/orgs/tue-robotics/projects/2
41 stars 12 forks source link

ED.get_closest_entity(center_point should be VectorStamped #234

Closed LoyVanBeek closed 7 years ago

LoyVanBeek commented 7 years ago

Now its a plain old Vector, assumed to be in /map.

This is inconsistent with get_entity

LoyVanBeek commented 7 years ago

robot_skills.git/src/robot_skills/mockbot.py

robot_skills.git/src/robot_skills/world_model_ed.py

robot_smach_states.git/examples/hear_grasp.py

tue_robocup.git/challenge_spr/src/challenge_spr_states/bluff_game.py

tue_robocup.git/challenge_speech_recognition/src/indirect_speech_recognition.py

tue_robocup.git/robot_skills/src/robot_skills/mockbot.py

tue_robocup.git/robot_skills/src/robot_skills/world_model_ed.py

tue_robocup.git/robot_skills/test/test_worldmodel.py

tue_robocup.git/robot_smach_states/examples/hear_grasp.py