mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
log
This commit is contained in:
@@ -336,7 +336,7 @@ namespace Modelec
|
||||
};
|
||||
};
|
||||
|
||||
AStarNode start_node{start_x, start_y};
|
||||
AStarNode start_node{static_cast<int>(start_x), static_cast<int>(start_y)};
|
||||
start_node.g = 0;
|
||||
start_node.f = Heuristic(start_x, start_y, goal_x, goal_y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user