Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
  • Loading branch information
Karsten1987 committed Oct 26, 2020
1 parent a36352e commit 5a27bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware_interface/test/test_component_interfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DummyActuator : public hardware_interface::components::ActuatorInterface
hardware_interface::return_type configure(
const hardware_interface::HardwareInfo & /* info */) override
{
// We hardcode the actuator info
// We hardcode the info
return hardware_interface::return_type::OK;
}

Expand Down Expand Up @@ -107,7 +107,7 @@ class DummySensor : public hardware_interface::components::SensorInterface
hardware_interface::return_type configure(
const hardware_interface::HardwareInfo & /* info */) override
{
// We hardcode the sensor info
// We hardcode the info
return hardware_interface::return_type::OK;
}

Expand Down Expand Up @@ -151,7 +151,7 @@ class DummySystem : public hardware_interface::components::SystemInterface
hardware_interface::return_type configure(
const hardware_interface::HardwareInfo & /* info */) override
{
// We hardcode the actuator info
// We hardcode the info
return hardware_interface::return_type::OK;
}

Expand Down

0 comments on commit 5a27bf8

Please sign in to comment.