Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some sort of error in robot_controller #184

Open
mjsobrep opened this issue Nov 17, 2020 · 0 comments
Open

some sort of error in robot_controller #184

mjsobrep opened this issue Nov 17, 2020 · 0 comments

Comments

@mjsobrep
Copy link
Member

Traceback (most recent call last):
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 753, in <module>
    CONTROLLER = BolideController()
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 174, in __init__
    self.read_loop()
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 332, in read_loop
    self.upload_sequence([self.current_positions], [0])
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 556, in upload_sequence
    self.upload_poses(poses)
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 525, in upload_poses
    if not ret['command'] == self.feedback['keep_going']:
TypeError: 'NoneType' object has no attribute '__getitem__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant