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

i/o page #112

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

i/o page #112

wants to merge 6 commits into from

Conversation

LukasBaecker
Copy link
Contributor

@LukasBaecker LukasBaecker commented Jul 9, 2024

Based on the Testbrain page, an overview of all i/os of the robot brain is to be created in order to facilitate debugging and detect errors.

TODOs:

  • add new page
  • make all i/os accessible
  • test all i/o
  • test with different simulated robots (like RB28 with tornado and RB34 with drill)
  • ...on a real system

@LukasBaecker LukasBaecker changed the title adding i/o page i/o page Jul 9, 2024
if self.system.field_friend.estop.is_soft_estop_active:
status_bulb(True)
else:
status_bulb(False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LukasBaecker tis can be written much tighter:

status_bulb(self.system.field_friend.estop.is_soft_estop_active)

@pascalzauberzeug pascalzauberzeug added this to the 0.2.0 milestone Jul 11, 2024
@pascalzauberzeug pascalzauberzeug added the enhancement New feature or request label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants