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

Orogen does not include inherited ports when port_driven #141

Open
mmaurus opened this issue Dec 17, 2020 · 0 comments
Open

Orogen does not include inherited ports when port_driven #141

mmaurus opened this issue Dec 17, 2020 · 0 comments
Labels

Comments

@mmaurus
Copy link

mmaurus commented Dec 17, 2020

Given Task A and Task B as follows:

task_context "TaskA" do
    input_port "portA"
end

task_context "TaskB", subclasses: "TaskA" do
    input_port "portB"
    port_driven
end 

then the updateHook of TaskB will only be triggered for portB, NOT for interited port portA!
In TaskBase::setupComponentInterface(), orogen did not add portA.

@doudou doudou added the bug label Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants