Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Try110 authored Jul 5, 2024
2 parents 2267061 + b233929 commit 9ff33c4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ void InvalidTrajectoryPublisherNode::onTimer()
traj_pub_->publish(output);

RCLCPP_INFO(this->get_logger(), "invalid trajectory is published.");

bool EXIT_AFTER_PUBLISH = false;
if (EXIT_AFTER_PUBLISH) {
exit(0);
}
}

void InvalidTrajectoryPublisherNode::onCurrentTrajectory(const Trajectory::ConstSharedPtr msg)
Expand Down

0 comments on commit 9ff33c4

Please sign in to comment.