l1.5-safety-system/safety_user_plugin/scripts/robot_info.py

9 lines
143 B
Python
Raw Normal View History

#!/usr/bin/env python
class RobotInfo:
2018-09-17 21:39:35 +02:00
def __init__(self,robot_id):
self.robot_id = robot_id
raise(NotImplementedError)