From 0d321b89368968c152e4bd837bb82b8edf7ec10b Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 1 Feb 2024 18:23:53 +0000 Subject: [PATCH] Clarify initial_value scope w.r.t mock_components and gazebo --- hardware_interface/doc/hardware_interface_types_userdoc.rst | 2 +- hardware_interface/doc/mock_components_userdoc.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hardware_interface/doc/hardware_interface_types_userdoc.rst b/hardware_interface/doc/hardware_interface_types_userdoc.rst index ae7142d751..cd1e475b20 100644 --- a/hardware_interface/doc/hardware_interface_types_userdoc.rst +++ b/hardware_interface/doc/hardware_interface_types_userdoc.rst @@ -86,7 +86,7 @@ They can be combined together within the different hardware component types (sys - 3.1 + 3.1 diff --git a/hardware_interface/doc/mock_components_userdoc.rst b/hardware_interface/doc/mock_components_userdoc.rst index 9e1ae299ca..c075fdeafc 100644 --- a/hardware_interface/doc/mock_components_userdoc.rst +++ b/hardware_interface/doc/mock_components_userdoc.rst @@ -66,4 +66,6 @@ initial_value (optional; double) 3.45 - Note: This parameter is shared with the gazebo and gazebo classic plugins. + Note: This parameter is shared with the gazebo and gazebo classic plugins for + joint interfaces. For Mock components it is also possible to set initial + values for gpio or sensor state interfaces.