Publish generated path to use for visualisation
This commit is contained in:
@ -22,7 +22,7 @@ namespace mg {
|
||||
|
||||
template <>
|
||||
inline void DWA<MgNavigationServer::MoveGlobal>::target_update() {
|
||||
baseNode.path_buffer()->update_path(goal);
|
||||
baseNode.path_buffer()->update_path();
|
||||
target_pos = baseNode.path_buffer()->get_next(pos, LOOKAHEAD);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user