Skip to content

Commit

Permalink
fix topic name (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: Svastits <[email protected]>
  • Loading branch information
Svastits and Svastits authored Dec 16, 2024
1 parent 045aefa commit 6eae828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_iiqka_eac_driver/src/robot_manager_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RobotManagerNode::RobotManagerNode() : kuka_drivers_core::ROS2BaseLCNode("robot_
sub_options.callback_group = event_cbg_;

event_subscriber_ = this->create_subscription<std_msgs::msg::UInt8>(
"kuka_event_broadcaster/hardware_event", rclcpp::SystemDefaultsQoS(),
"event_broadcaster/hardware_event", rclcpp::SystemDefaultsQoS(),
[this](const std_msgs::msg::UInt8::SharedPtr msg) { this->EventSubscriptionCallback(msg); },
sub_options);

Expand Down

0 comments on commit 6eae828

Please sign in to comment.