Skip to content

Commit

Permalink
Update spiled channel device names (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki authored Jul 9, 2024
1 parent 158515b commit 82e4f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panther_lights/src/driver_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ using std::placeholders::_2;

DriverNode::DriverNode(const std::string & node_name, const rclcpp::NodeOptions & options)
: Node(node_name, options),
chanel_1_("/dev/spiled:channel1"),
chanel_2_("/dev/spiled:channel2"),
chanel_1_("/dev/spiled-channel1"),
chanel_2_("/dev/spiled-channel2"),
diagnostic_updater_(this)
{
RCLCPP_INFO(this->get_logger(), "Constructing node.");
Expand Down

0 comments on commit 82e4f4d

Please sign in to comment.