File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
hardware_interface/include/hardware_interface Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -670,27 +670,27 @@ class HardwareComponentInterface : public rclcpp_lifecycle::node_interfaces::Lif
670
670
return opt_value.value ();
671
671
}
672
672
673
- // / Get the logger of the Interface .
673
+ // / Get the logger of the HardwareComponentInterface .
674
674
/* *
675
- * \return logger of the Interface .
675
+ * \return logger of the HardwareComponentInterface .
676
676
*/
677
677
rclcpp::Logger get_logger () const { return logger_; }
678
678
679
- // / Get the clock of the Interface.
679
+ // / Get the clock
680
680
/* *
681
- * \return clock of the Interface.
681
+ * \return clock that is shared with the controller manager
682
682
*/
683
683
rclcpp::Clock::SharedPtr get_clock () const { return clock_; }
684
684
685
- // / Get the default node of the Interface .
685
+ // / Get the default node of the HardwareComponentInterface .
686
686
/* *
687
- * \return node of the Interface .
687
+ * \return node of the HardwareComponentInterface .
688
688
*/
689
689
rclcpp::Node::SharedPtr get_node () const { return hardware_component_node_; }
690
690
691
- // / Get the hardware info of the Interface .
691
+ // / Get the hardware info of the HardwareComponentInterface .
692
692
/* *
693
- * \return hardware info of the Interface .
693
+ * \return hardware info of the HardwareComponentInterface .
694
694
*/
695
695
const HardwareInfo & get_hardware_info () const { return info_; }
696
696
You can’t perform that action at this time.
0 commit comments