We are looking to utilize the D405 wrist camera for plane detection using FUNMAP. In our application, the head camera’s vision may become occluded, so switching to the wrist camera would be beneficial.
Could you please provide suggestions or guidance on how to modify the ros2_stretch_FUNMAP package to use the wrist camera instead of the head scans?
It takes in a max height image (MHI), the robot’s position in image space, and a debug boolean. The FUNMAP node already tracks the robot’s position in image space, so you could just use that. Constructing the MHI from the D405 wrist camera is possible; here’s code showing how it’s done with the D435if head camera: