Duplicated resample (?) #6618
Unanswered
luungocson41sr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if the title is correct or not, but I insert some cout line into the resample function in resample.cpp, and it look like that function is called from 2 different place:
I set
min_trajectory_lengthinlauncher/autoware_launch/autoware_launch/config/planning/scenario_planning/common/autoware_velocity_smoother/velocity_smoother.param.yamlto 150.0 andtrajectory_lengthis the length of the input. I expect printingtrajectory_lengthwill return 150.0 only but it also return 10.4340339385. How can I stop that small parameter from being pass into the function?Beta Was this translation helpful? Give feedback.
All reactions