Skip to content

Commit

Permalink
change default node name
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored and wep21 committed Feb 16, 2023
1 parent b6fbddd commit 658b434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SingleImageDebugInferenceNode : public rclcpp::Node
{
public:
explicit SingleImageDebugInferenceNode(const rclcpp::NodeOptions & node_options)
: Node("single_image_inference", node_options)
: Node("single_image_debug_inference", node_options)
{
const auto image_path = declare_parameter("image_path", "");

Expand Down

0 comments on commit 658b434

Please sign in to comment.