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

perf(autoware_map_based_prediction): improve orientation calculation and resample converted path #8427

Commits on Aug 13, 2024

  1. refactor: improve orientation calculation and resample converted path…

    … with linear interpolation
    
    Simplify the calculation of the orientation for each pose in the convertPathType function by directly calculating the sine and cosine of half the yaw angle. This improves efficiency and readability. Also, improve the resampling of the converted path by using linear interpolation for better performance.
    
    Signed-off-by: Taekjin LEE <[email protected]>
    technolojin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5cd3735 View commit details
    Browse the repository at this point in the history
  2. Update perception/autoware_map_based_prediction/src/map_based_predict…

    …ion_node.cpp
    
    Co-authored-by: Kotaro Uetake <[email protected]>
    
    Signed-off-by: Shumpei Wakabayashi <[email protected]>
    shmpwk authored and technolojin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    417e8cf View commit details
    Browse the repository at this point in the history
  3. Update perception/autoware_map_based_prediction/src/map_based_predict…

    …ion_node.cpp
    
    Co-authored-by: Kotaro Uetake <[email protected]>
    
    Signed-off-by: Shumpei Wakabayashi <[email protected]>
    shmpwk authored and technolojin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f6630ce View commit details
    Browse the repository at this point in the history