autowarefoundation / autoware_ai_planning

Apache License 2.0
210 stars 148 forks source link

Remove velocity_set's dependence on localizer_pose topic #26

Closed icolwell-as closed 3 years ago

icolwell-as commented 3 years ago

I made velocity_set use the library to lookup the transform instead of using localizer_pose topic. In VelocitySetInfo I removed the localizerPoseCallback as the TF2 library doesnt use it. Instead created setLocalizerPose. I also changed the type of localizerpose from geometry_msgs::PoseStamped to geometry_msgs::Pose as it was easy to create and didnt require a lot of changes in the code.

See original MR for more details: https://gitlab.com/astuff/autoware.ai/core_planning/-/merge_requests/42