Skip to content

Commit

Permalink
Remove comments about renaming function
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Sep 16, 2024
1 parent a369f96 commit 4c63d28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ class ActuatorInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNod
* Override this method to export custom StateInterfaces which are not defined in the URDF file.
* Those interfaces will be added to the unlisted_state_interfaces_ map.
*
* Note method name is going to be changed to export_state_interfaces() as soon as the deprecated
* version is removed.
*
* \return vector of descriptions to the unlisted StateInterfaces
*/
virtual std::vector<hardware_interface::InterfaceDescription>
Expand Down Expand Up @@ -265,9 +262,6 @@ class ActuatorInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNod
* Override this method to export custom CommandInterfaces which are not defined in the URDF file.
* Those interfaces will be added to the unlisted_command_interfaces_ map.
*
* Note method name is going to be changed to export_command_interfaces() as soon as the
* deprecated version is removed.
*
* \return vector of descriptions to the unlisted CommandInterfaces
*/
virtual std::vector<hardware_interface::InterfaceDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ class SensorInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNodeI
* Override this method to export custom StateInterfaces which are not defined in the URDF file.
* Those interfaces will be added to the unlisted_state_interfaces_ map.
*
* Note method name is going to be changed to export_state_interfaces() as soon as the deprecated
* version is removed.
*
* \return vector of descriptions to the unlisted StateInterfaces
*/
virtual std::vector<hardware_interface::InterfaceDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ class SystemInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNodeI
* Override this method to export custom StateInterfaces which are not defined in the URDF file.
* Those interfaces will be added to the unlisted_state_interfaces_ map.
*
* Note method name is going to be changed to export_state_interfaces() as soon as the deprecated
* version is removed.
*
* \return vector of descriptions to the unlisted StateInterfaces
*/
virtual std::vector<hardware_interface::InterfaceDescription>
Expand Down Expand Up @@ -300,9 +297,6 @@ class SystemInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNodeI
* Override this method to export custom CommandInterfaces which are not defined in the URDF file.
* Those interfaces will be added to the unlisted_command_interfaces_ map.
*
* Note method name is going to be changed to export_command_interfaces() as soon as the
* deprecated version is removed.
*
* \return vector of descriptions to the unlisted CommandInterfaces
*/
virtual std::vector<hardware_interface::InterfaceDescription>
Expand Down

0 comments on commit 4c63d28

Please sign in to comment.