-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add exposure time and idle time services #38
Conversation
- service architecture works now
- used resolution argument instead of config - fix response error code logic
Did you consider using ros parameters? In ROS this would have required dynamic reconfigure, but in ROS2 this is no longer needed as this is part of the base paramter functionality. |
micro_epsilon_scancontrol_driver/include/micro_epsilon_scancontrol_driver/driver.h
Outdated
Show resolved
Hide resolved
micro_epsilon_scancontrol_driver/include/micro_epsilon_scancontrol_driver/driver.h
Outdated
Show resolved
Hide resolved
This might be worth looking into. I'll check it out when I get time, and move ahead with services for now. |
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.
There are some issues that should be addressed.
Description of MR:
Add exposure time + idle time services
Motivation and Context
Exposure time and idle time collectively decide the profile frequency which is a sensitive parameter for detecting defects. We need a service to control this param.
Changes
Type of changes
Checklist
Docs: https://samxl.atlassian.net/wiki/spaces/NXTG3/pages/553091077/Encoding+Decoding+in+scanControl+SDK