Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/
Dranging.rs163 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in range() localVariable
188 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in azimuth_without_rotation() localVariable
221 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in elevation_without_rotation() localVariable
256 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in rotation_only() localVariable
263 let a_pose = Pose::new(0.0, 0.0, 0.0, 45.0, 0.0, 0.0); // <=> azimuth = -45deg in rotation_only() localVariable
270 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 45.0, 0.0); in rotation_only() localVariable
277 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 45.0); in rotation_only() localVariable
289 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in rotation_only_complex_position() localVariable
296 let a_pose = Pose::new(0.0, 0.0, 0.0, 90.0, 0.0, 0.0); in rotation_only_complex_position() localVariable
303 let a_pose = Pose::new(0.0, 0.0, 0.0, 0.0, 90.0, 0.0); in rotation_only_complex_position() localVariable
[all …]
/tools/netsim/rust/daemon/src/uwb/
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