SteveMacenski / navigation2

ROS2 Navigation
Other
6 stars 3 forks source link

Optimizations 2 #48

Closed SteveMacenski closed 4 years ago

SteveMacenski commented 4 years ago

Additional optimizations, readding re-queuing of nodes, speed up without graph initialization, and replaced the graph/queue pointers with stack variables which sped things up a lot.

Also added time monitoring of each phase https://github.com/SteveMacenski/navigation2/issues/14

Working on: