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

error with bolide after motor over exertion #233

Open
mjsobrep opened this issue Jun 23, 2021 · 0 comments
Open

error with bolide after motor over exertion #233

mjsobrep opened this issue Jun 23, 2021 · 0 comments

Comments

@mjsobrep
Copy link
Member

After a motor was pushed past its range of motion, this happened when trying to run a new sequence:

Traceback (most recent call last):
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 812, in <module>
    CONTROLLER = BolideController()
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 206, in __init__
    self.read_loop()
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 383, in read_loop
    self.move(self.server.accept_new_goal())
  File "/home/nuc-admin/catkin_ws/src/LilFloSystem/flo_humanoid/src/robot_controller.py", line 337, in move
    next_pose = int(round((raw_target - prior_position)
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'

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