Home
last modified time | relevance | path

Searched defs:a_pose (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dranging.rs161 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in range() localVariable
186 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
219 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in elevation_without_rotation() localVariable
254 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in rotation_only() localVariable
261 let a_pose = Pose::new(0.0, 0.0, 0.0, 45.0, 0.0, 0.0); // <=> azimuth = -45deg in rotation_only() localVariable
268 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 45.0, 0.0); in rotation_only() localVariable
275 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 45.0); in rotation_only() localVariable
287 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in rotation_only_complex_position() localVariable
294 let a_pose = Pose::new(0.0, 0.0, 0.0, 90.0, 0.0, 0.0); in rotation_only_complex_position() localVariable
301 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 90.0, 0.0); in rotation_only_complex_position() localVariable
[all …]
/aosp_15_r20/tools/netsim/rust/daemon/src/uwb/
H A Dranging_estimator.rs88 let a_pose = Pose::new(a_p.x, a_p.y, a_p.z, a_o.yaw, a_o.pitch, a_o.roll); in estimate() localVariable