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

[FakeSlave] Extend slaves to provide period data for properly testing PDOs #178

Merged
merged 20 commits into from
Aug 16, 2024

Conversation

destogl
Copy link
Collaborator

@destogl destogl commented Jul 21, 2023

We have extended FakeSlave to publish one more PDO asynchronously from everything else to extend and test capability of ros2_control components.

Copy link
Collaborator Author

@destogl destogl left a comment

Choose a reason for hiding this comment

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

Just a few small fixes needed. Can you also please update the documentation with the explanation for users what they can expect here.

canopen_fake_slaves/config/simple_slave.eds Outdated Show resolved Hide resolved
message_thread = std::thread(std::bind(&SimpleSlave::fake_periodic_messages, this));
}

void fake_periodic_messages()
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Please add a short docstring for this method.

Copy link
Collaborator Author

@destogl destogl left a comment

Choose a reason for hiding this comment

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

This looks good but please fix compilation and formatting.

@destogl destogl requested review from hellantos and livanov93 August 16, 2023 08:24
@ipa-vsp ipa-vsp merged commit eb219eb into ros-industrial:master Aug 16, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants