Skip to content
Snippets Groups Projects
Commit 8658aefb authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[python] Update RosRobotModel definition

parent 30233da6
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ from ros import RosSubscribe as RosExport
class RosRobotModel(Dynamic):
def __init__(self):
Dynamic.__init__(self)
def __init__(self, name):
Dynamic.__init__(self, name)
self.namespace = "sot_controller"
self.jointsParameterName_ = "jrl_map"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment