mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-07 04:44:07 +05:30
Removed getDiagnostics from controllers.py
This commit is contained in:
parent
9d0ed30c9c
commit
0a2877a6b8
@ -61,13 +61,4 @@ class Controller:
|
|||||||
## @brief Is the controller actively sending commands to joints?
|
## @brief Is the controller actively sending commands to joints?
|
||||||
def active(self):
|
def active(self):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
## @brief Get a diagnostics message for this joint.
|
|
||||||
##
|
|
||||||
## @return Diagnostics message.
|
|
||||||
def getDiagnostics(self):
|
|
||||||
msg = DiagnosticStatus()
|
|
||||||
msg.name = self.name
|
|
||||||
msg.level = DiagnosticStatus.OK
|
|
||||||
msg.message = "OK"
|
|
||||||
return msg
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user