Skip to content

Commit

Permalink
Fix access after move bug
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Nov 20, 2023
1 parent d7bd142 commit f161f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_motion_planner/src/motion_planner_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ void MotionPlannerServer::plan_with_move_group(
res->result.trajectory.joint_trajectory.points.back()
.time_from_start
).seconds(),
plan.planning_time,
res->result.planning_time,
_cache_mode == PlannerDatabaseMode::TrainingOverwrite))
{
RCLCPP_WARN(this->get_logger(), "Did not put plan into cache.");
Expand Down

0 comments on commit f161f45

Please sign in to comment.