You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the resize node required a synced image and camera info topic in order to resize and publish images. This is to support dynamic calibration, which we dont use. Therefore this can be optimized be altering the code of the resize node to only require an initial camera info it will use for the duration of its lifetime.
Suggested Workflow
Suggested approach: Either stall publishing until one camera info msg is received over ros topic, then destroy camera info sub and start publishing images.
Or hardcode camera_info into yaml config if you are unable to accomplish the above.
Specifications
No response
Contacts
No response
Code Quality
Every function in header files are documented (inputs/returns/exceptions)
The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
Description of task
right now the resize node required a synced image and camera info topic in order to resize and publish images. This is to support dynamic calibration, which we dont use. Therefore this can be optimized be altering the code of the resize node to only require an initial camera info it will use for the duration of its lifetime.
Suggested Workflow
Suggested approach: Either stall publishing until one camera info msg is received over ros topic, then destroy camera info sub and start publishing images.
Or hardcode camera_info into yaml config if you are unable to accomplish the above.
Specifications
No response
Contacts
No response
Code Quality