mountingPose
R2026bSyntax
Description
returns a table containing the mounting poses of all sensors in
poseTable = mountingPose(multiSensorObj)multiSensorObj.
[
returns the mounting orientations and locations for the sensor or sensors in
mountingAngles,mountingLocation] = mountingPose(multiSensorObj,name)multiSensorObj specified by name.
Examples
Load a multi-sensor parameters object that contains six cameras and two lidar sensors.
multiSensorObj = load("multiSensorObjPandaSet.mat").multiSensorObjmultiSensorObj =
multiSensorParameters with properties:
ReferenceFrame: "vehicle"
Count: 8
Sensors: [8×6 table]
Name Type MountingAngles MountingLocation Intrinsics SensorInfo
____________________ ________ ________________________________ ____________________________________ ______________________ ____________
1 "back_camera" "camera" 89.916 0.1733 -88.912 -0.69927 0.0013883 1.6532 {1×1 cameraIntrinsics} {1×1 struct}
2 "front_camera" "camera" -91.555 -1.0757 -90.711 0.4035 -0.0016662 1.8104 {1×1 cameraIntrinsics} {1×1 struct}
3 "front_gt" "lidar" -87.536 0.20817 1.3051 0.95814 0.024137 2.1652 {0×0 double } {1×1 struct}
4 "front_left_camera" "camera" -34.072 0.8383 -90.257 1.0874 0.62237 1.535 {1×1 cameraIntrinsics} {1×1 struct}
5 "front_right_camera" "camera" -149.62 -0.19227 -89.611 1.0191 -0.62249 1.6058 {1×1 cameraIntrinsics} {1×1 struct}
6 "left_camera" "camera" -0.26917 0.46213 -89.028 0.12172 0.54348 1.581 {1×1 cameraIntrinsics} {1×1 struct}
7 "main_pandar64" "lidar" 90 0 0 0.36 0 1.85 {0×0 double } {1×1 struct}
8 "right_camera" "camera" 179.59 -0.75135 -89.148 0.12018 -0.68784 1.5548 {1×1 cameraIntrinsics} {1×1 struct}
Get the transformation from the front camera to the front lidar sensor.
tform = transformation(multiSensorObj,"front_camera","front_gt");
Get the camera intrinsic parameters of the front camera.
camIntrinsicsFront = intrinsics(multiSensorObj,"front_camera");Get the mounting angles and mounting location of the front camera.
[mountingAngles,mountingLocation] = mountingPose(multiSensorObj,"front_camera");Input Arguments
Multi-sensor parameters object to get mounting poses from, specified as a multiSensorParameters
object.
Name of the sensor, specified as a string scalar, character vector, M-element string array, or an M cell array of character vectors.
Output Arguments
Mounting poses of all the sensors, returned as a table. The table contains the name,
mounting angles, and mounting locations of all sensors in
multiSensorObj.
Mounting orientation angles of the sensor, returned as a three-element vector or an M-by-3 matrix in which each row is of the form [yaw pitch roll], with respect to the reference frame coordinate system. The yaw, pitch, and roll are positive rotations about the z-axis, intermediate y-axis, and intermediate x-axis of the reference frame, respectively. Units are in degrees.
Mounting location of the sensor, returned as a three-element vector or an M-by-3 matrix in which each row is of the form [x y z], expressed in the reference frame, in meters.
Version History
Introduced in R2026b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)