We didn't port rgbdicp_odometry node to ROS2, as it was kind of experimental. I think the better way to fuse both would be to use
robot_localization package and feed odometry topics of these two nodes (while disabling their tf with publish_tf:=false) and fuse their velocity. You may also want to disable them from publishing null poses when lost, it can be done by setting publish_null_when_lost:=false. Speaking of lost, you can set 'Odom/ResetCountdown': '1' to auto reset odom when lost.
cheers,
Mathieu