Skip to content

Commit fd8b411

Browse files
committed
FIX: precommit formatting 3
1 parent bf16418 commit fd8b411

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

robotiq_hande_driver/include/application.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ class ApplicationLayer{
179179

180180
};
181181
} // namespace hande_driver
182-
#endif // APPLICATION_HPP_
182+
#endif // APPLICATION_HPP_

robotiq_hande_driver/include/communication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ class Communication{
5555

5656
};
5757
} // namespace hande_driver
58-
#endif // COMMUNICATION_HPP_
58+
#endif // COMMUNICATION_HPP_

robotiq_hande_driver/include/protocol_logic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class ProtocolLogic{
205205

206206
/**
207207
* @brief Getter of requested gripper position
208-
*
208+
*
209209
* @return Requested gripper position
210210
*/
211211
uint8_t GetRegPos();

robotiq_hande_driver/src/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void ApplicationLayer::Read(){
8686
status_.is_opened = protocol_logic_.IsOpened();
8787
status_.is_closed = protocol_logic_.IsClosed();
8888
status_.object_detected = protocol_logic_.ObjDetected();
89-
89+
9090
//fault_status
9191

9292
requested_position_ = (double)protocol_logic_.GetRegPos() * kGripperPositionStep + kGripperPositionMin;

0 commit comments

Comments
 (0)