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 Accessing change Attribute of Input on Expander Module #36

Open
angelom93 opened this issue Apr 17, 2024 · 1 comment
Open

Error Accessing change Attribute of Input on Expander Module #36

angelom93 opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@angelom93
Copy link
Contributor

Description

When attempting to access the change attribute of an input that is part of the expander module in the following code snippet:

when bump_code == 1 and bumper_front.change > 0 then bump_code = 2; end
an error occurs during the startup of the ESP. The issue does not arise when the input is not part of the expander.

Error Message

The error message displayed is:

rosys/hardware/communication/serial_communication.py:75: read: error while loading startup script: unknown property "change"@78

@angelom93 angelom93 added the bug Something isn't working label Apr 17, 2024
@falkoschindler
Copy link
Collaborator

I think this issue will be fixed by #18:

To support rules for proxy modules, we need a way to wait for their counterpart on the expander. Could we implement something like proxy.await_broadcast(timeout: float = 5.0) which blocks until the next broadcast is received?

@falkoschindler falkoschindler added this to the 0.1.12 milestone Jun 14, 2024
@falkoschindler falkoschindler self-assigned this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants