Skip to content

Commit

Permalink
modify: build error
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa committed Jan 10, 2025
1 parent a1ac00b commit 9824404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/mrm_stop_operator/src/mrm_stop_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace mrm_stop_operator
{

MrmStopOperator::MrmStopOperator(const rclcpp::NodeOptions & node_options)
: Node("mrm_stop_operator", node_options)
{
Expand Down Expand Up @@ -122,7 +121,7 @@ void MrmStopOperator::onTimer()
return false;
}
}

}
} // namespace mrm_stop_operator

#include <rclcpp_components/register_node_macro.hpp>
Expand Down

0 comments on commit 9824404

Please sign in to comment.