forked from tangger/lerobot
Fix docstring
This commit is contained in:
@@ -219,7 +219,7 @@ class MockStatusPacket(MockFeetechPacket):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
scs_id (int): ID of the servo responding.
|
scs_id (int): ID of the servo responding.
|
||||||
error (str, optional): Error to be returned. Defaults to "Success".
|
error (int, optional): Error to be returned. Defaults to 0 (success).
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
bytes: The raw 'Ping' status packet ready to be sent through serial.
|
bytes: The raw 'Ping' status packet ready to be sent through serial.
|
||||||
|
|||||||
Reference in New Issue
Block a user