Skip to content

Commit

Permalink
removing absolute position
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
  • Loading branch information
saikishor and destogl committed Apr 24, 2024
1 parent d17b4be commit c898bd2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ namespace hardware_interface
{
/// Constant defining position interface name
constexpr char HW_IF_POSITION[] = "position";
/// Constant defining absolute position interface name
constexpr char HW_IF_ABSOLUTE_POSITION[] = "absolute_position";
/// Constant defining velocity interface name
constexpr char HW_IF_VELOCITY[] = "velocity";
/// Constant defining acceleration interface name
Expand Down

0 comments on commit c898bd2

Please sign in to comment.