We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d605c commit 4e16d3cCopy full SHA for 4e16d3c
nav2_mppi_controller/src/critics/path_align_critic.cpp
@@ -98,6 +98,7 @@ void PathAlignCritic::score(CriticData & data)
98
traj_integrated_distance = 0.0f;
99
summed_path_dist = 0.0f;
100
num_samples = 0.0f;
101
+ path_pt = 0u;
102
const auto T_x = xt::view(data.trajectories.x, t, xt::all());
103
const auto T_y = xt::view(data.trajectories.y, t, xt::all());
104
for (size_t p = trajectory_point_step_; p < time_steps; p += trajectory_point_step_) {
0 commit comments