Closed felixvd closed 4 years ago
From what I understand, the SR300 has one IR projector, one IR camera and one RGB camera. However, in the URDF I see these 4 joints/links, and a Gazebo sensor that is spawned for each of them:
<link name="${prefix}color" /> <link name="${prefix}depth" /> <link name="${prefix}ired1" /> <link name="${prefix}ired2" />
What do the ired1 and ired2 cameras mean? Shouldn't there only be one? Thanks in advance.
ired1
ired2
PS: I am asking because I would like to make a URDF for the SR305, but I am confused since there is only one IR sensor in the CAD file.
We simulate the R200 which has a stereo IR rig, so that's two IR cameras.
Thanks. I like when dumb questions have simple answers :)
From what I understand, the SR300 has one IR projector, one IR camera and one RGB camera. However, in the URDF I see these 4 joints/links, and a Gazebo sensor that is spawned for each of them:
What do the
ired1
andired2
cameras mean? Shouldn't there only be one? Thanks in advance.PS: I am asking because I would like to make a URDF for the SR305, but I am confused since there is only one IR sensor in the CAD file.