Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dranging.rs163 let b_pose = Pose::new(10.0, 0.0, 0.0, 0.0, 0.0, 0.0); in range() localVariable
168 let b_pose = Pose::new(-10.0, 0.0, 0.0, 0.0, 0.0, 0.0); in range() localVariable
173 let b_pose = Pose::new(10.0, 10.0, 0.0, 0.0, 0.0, 0.0); in range() localVariable
178 let b_pose = Pose::new(-10.0, -10.0, -10.0, 0.0, 0.0, 0.0); in range() localVariable
188 let b_pose = Pose::new(10.0, 0.0, 10.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
195 let b_pose = Pose::new(-10.0, 0.0, 10.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
202 let b_pose = Pose::new(10.0, 0.0, -10.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
209 let b_pose = Pose::new(-10.0, 0.0, -10.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
221 let b_pose = Pose::new(0.0, 10.0, 10.0, 0.0, 0.0, 0.0); in elevation_without_rotation() localVariable
228 let b_pose = Pose::new(0.0, -10.0, 10.0, 0.0, 0.0, 0.0); in elevation_without_rotation() localVariable
[all …]
/aosp_15_r20/tools/netsim/rust/daemon/src/uwb/
H A Dranging_estimator.rs89 let b_pose = Pose::new(b_p.x, b_p.y, b_p.z, b_o.yaw, b_o.pitch, b_o.roll); in estimate() localVariable