Closed sjwo closed 3 years ago
Maybe this is related to handling speed?
Maybe heading is messed up?
In Alex Walker's pydubins code, rho
is described as "the turning radius of the vehicle."
Ok, this is where I set speed in my BitStarPlanner.cpp
:
DubinsWrapper dubins_wrapper = DubinsWrapper();
// TODO figure out correct speed and start time to set in fill() call:
dubins_wrapper.fill(
dubins_path,
1,
start_time
);
I think if I set this speed correctly, the dubins_wrapper.getEndTime()
call will return the appropriate time, and that should make the controller happier (or at least less sad).
default_bit_star.scenario_config
does explicitly say useplanner 2
instead ofdefault.scenario_config
'splanner 0
. So I think I'm good on this, and must just have been making up this observation (there're obviously other things wrong that I am seeing anyway)..scenario_config
file?