-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added Unit Test for Republisher Node on Noetic Branch #39
base: noetic-devel
Are you sure you want to change the base?
Added Unit Test for Republisher Node on Noetic Branch #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed! The test looks good, I added a few questions and change requests.
Also, please rename the UnitTests
folder to use lowecase and underscores, as we adhere to PEP8 style guide: https://peps.python.org/pep-0008/#package-and-module-names
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
…republisher.test ' s path to config file
…nt errors in the future and improve scalability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good! Approved after removing the usage of the internal method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This repository contains a unit test for a ROS node that republishes messages from
/input_topic
to/output_topic
. The test ensures the republisher node processes and republishes messages correctly.Note that this test is non-automated and must be run manually, as explained in the README in the test/UnitTests folder.