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
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