mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-05 20:14:07 +05:30
Removed extraneous set_target_position function
This commit is contained in:
parent
dfebe5af8b
commit
dc0a18b8b0
@ -125,9 +125,6 @@ class Servo(Joint):
|
||||
def get_current_position(self):
|
||||
return self.device.servo_read(self.pin) - self.neutral
|
||||
|
||||
def set_target_position(self):
|
||||
return self.device.servo_read(self.pin)
|
||||
|
||||
def relax_cb(self, req):
|
||||
self.device.detach_servo(self.pin)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user