Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update Node.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
inusha47 committed Feb 1, 2024
1 parent c9e1ea5 commit 53e96f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Node::Node()
declare_parameter("can_node_id", 100);

RCLCPP_INFO(get_logger(),
"configuring CAN223 bus:\n\tDevice: %s\n\tNode Id: %ld",
"configuring CAN2234 bus:\n\tDevice: %s\n\tNode Id: %ld",
get_parameter("can_iface").as_string().c_str(),
get_parameter("can_node_id").as_int());

Expand Down

0 comments on commit 53e96f8

Please sign in to comment.