Skip to content

Commit

Permalink
[Doc] Make interface comments clearer in the doc strings. (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Jan 12, 2024
1 parent acbeeea commit f0c3642
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

namespace hardware_interface
{
/// Constant defining position interface
/// Constant defining position interface name
constexpr char HW_IF_POSITION[] = "position";
/// Constant defining velocity interface
/// Constant defining velocity interface name
constexpr char HW_IF_VELOCITY[] = "velocity";
/// Constant defining acceleration interface
/// Constant defining acceleration interface name
constexpr char HW_IF_ACCELERATION[] = "acceleration";
/// Constant defining effort interface
/// Constant defining effort interface name
constexpr char HW_IF_EFFORT[] = "effort";
} // namespace hardware_interface

Expand Down

0 comments on commit f0c3642

Please sign in to comment.