You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I'm using the Poppy remotely and randomly every once in a while I get this error (but nothing bad seems to happen otherwise):
poppy@flogo4:~/ $ poppy-services --remote poppy-ergo-jr
Attempt 1 to start the robot...
Robot created and running!
Traceback (most recent call last):
File "/home/poppy/miniconda/lib/python2.7/site-packages/zerorpc/core.py", line 153, in _async_task
functor.pattern.process_call(self._context, bufchan, event, functor)
File "/home/poppy/miniconda/lib/python2.7/site-packages/zerorpc/patterns.py", line 30, in process_call
result = functor(*req_event.args)
File "/home/poppy/miniconda/lib/python2.7/site-packages/zerorpc/decorators.py", line 44, in __call__
return self._functor(*args, **kargs)
File "/home/poppy/miniconda/lib/python2.7/site-packages/pypot/server/rest.py", line 44, in get_register_value
return self.get_motor_register_value(motor, register)
File "/home/poppy/miniconda/lib/python2.7/site-packages/pypot/server/rest.py", line 40, in get_motor_register_value
return self._get_register_value(motor, register)
File "/home/poppy/miniconda/lib/python2.7/site-packages/pypot/server/rest.py", line 114, in _get_register_value
return attrgetter('{}.{}'.format(object, register))(self.robot)
AttributeError: 'DxlXL320Motor' object has no attribute 'safe_compliant'
Any ideas how to fix this, or what's causing this?
The text was updated successfully, but these errors were encountered:
Hey I'm using the Poppy remotely and randomly every once in a while I get this error (but nothing bad seems to happen otherwise):
Any ideas how to fix this, or what's causing this?
The text was updated successfully, but these errors were encountered: