File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,4 +179,4 @@ class ApplicationLayer{
179179
180180};
181181} // namespace hande_driver
182- #endif // APPLICATION_HPP_
182+ #endif // APPLICATION_HPP_
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ class Communication{
5555
5656};
5757} // namespace hande_driver
58- #endif // COMMUNICATION_HPP_
58+ #endif // COMMUNICATION_HPP_
Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments