File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11\page changelog Change Log
22
33# Version 2.14.4: UNRELEASED
4- (None yet)
4+ - BUG FIXES:
5+ - mrpt::nav::CAbstractPTGBasedReactive: Missing heading information in recently-added TP-Space targets as TPose2D.
56
67# Version 2.14.3: Released Oct 12th, 2024
78- Changes in libraries:
Original file line number Diff line number Diff line change @@ -1462,6 +1462,7 @@ void CAbstractPTGBasedReactive::build_movement_candidate(
14621462 ptg_target.target_alpha = ptg->index2alpha (ptg_target.target_k );
14631463 ptg_target.TP_Target .x = cos (ptg_target.target_alpha ) * ptg_target.target_dist ;
14641464 ptg_target.TP_Target .y = sin (ptg_target.target_alpha ) * ptg_target.target_dist ;
1465+ ptg_target.TP_Target .phi = trg.phi ;
14651466
14661467 ipf.targets .emplace_back (ptg_target);
14671468 }
You can’t perform that action at this time.
0 commit comments