l1.5-safety-system/safety_user_plugin/scripts/robot_info.py
2018-09-17 21:39:35 +02:00

9 lines
143 B
Python

#!/usr/bin/env python
class RobotInfo:
def __init__(self,robot_id):
self.robot_id = robot_id
raise(NotImplementedError)