Create3 IR sensor positioning #342
-
Hi, I'm wondering how the robot's 7 sensors are placed. What is the angle between the sensors? Do the front center left sensor and front right sensor share the center (90 degrees line in the unit circle)? Is the side left sensor placed at 180 degrees (unit circle)? And I notice there is no side right sensor, does that mean there is no sensor at the 0 degree line (as a unit circle)? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I really thought we had a nice picture of this on the docs site, but I looked, and it turns out we don't, so I'll have to get on that... That said, the answer to your question can be found in this URDF (Unified Robot Description Format) file in the sim repository. Though it's pretty hard to read, all the sensors are defined there with x, y, z offsets from the robot's center, and roll, pitch, and yaw in radians (though only the yaw is set). All of that said: pretty picture coming soon. (And thanks for pointing out this oversight on the docs site!) |
Beta Was this translation helpful? Give feedback.
-
PR #346 should add this to the Docs site, but adding here for easy reference. Here are the positions of the reflective IR sensors: |
Beta Was this translation helpful? Give feedback.
I really thought we had a nice picture of this on the docs site, but I looked, and it turns out we don't, so I'll have to get on that...
That said, the answer to your question can be found in this URDF (Unified Robot Description Format) file in the sim repository.
Though it's pretty hard to read, all the sensors are defined there with x, y, z offsets from the robot's center, and roll, pitch, and yaw in radians (though only the yaw is set).
All of that said: pretty picture coming soon. (And thanks for pointing out this oversight on the docs site!)