Skip to content

Commit

Permalink
Fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 1, 2025
1 parent 189b1fb commit 3a8fcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class GripperActionController : public controller_interface::ControllerInterface
const rclcpp_lifecycle::State & previous_state) override;

realtime_tools::RealtimeBuffer<Commands> command_;
// pre-allocated memory that is re-used to set the realtime buffer
// pre-allocated memory that is reused to set the realtime buffer
Commands command_struct_, command_struct_rt_;

protected:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class GripperActionController : public controller_interface::ControllerInterface
const rclcpp_lifecycle::State & previous_state) override;

realtime_tools::RealtimeBuffer<Commands> command_;
// pre-allocated memory that is re-used to set the realtime buffer
// pre-allocated memory that is reused to set the realtime buffer
Commands command_struct_, command_struct_rt_;

protected:
Expand Down

0 comments on commit 3a8fcad

Please sign in to comment.