-
Notifications
You must be signed in to change notification settings - Fork 233
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
Fail on invalid and unknown ROS specific arguments #415
Conversation
We should probably discuss the implications of having exceptions defined in the C extensions vs. Python sources. |
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.
Some minor comments. Also, check the result of this discussion before merging:
#413 (comment)
57a94cd
to
9f70bd9
Compare
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
9f70bd9
to
1fc0683
Compare
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
@ivanpauno it's here. Only reasonable explanation is that I thought I re-ran it after addressing your comments but I didn't. I'll fix it, sorry! |
Precisely what the title says. This pull request makes
rclpy
raise if either an invalid or an unknown ROS argument is found.