sim_traj.txt

来自「GPS卫星导航接收机的仿真程序。用C语言实现」· 文本 代码 · 共 29 行

TXT
29
字号
Trajectory file: Kinematic


Starting time (s)

208800

Initial Position in WGS84 Coordinate (m)

-2179422.52214988,  4387213.36753081,  4070957.34589233

Initial Velocity in Local Level Frame (ENU)

0, 0, 0

-----------------------------------------------------------------------
The following lines describe movement, and the format is:

linear movement, time length (s), ACCe (m/s2), ACCn (m/s2), ACCu (m/s2)

or

circular movement, time length (s), Left/Right, radius (m) 

-----------------------------------------------------------------------

Linear, 80, 0, 0, 0

END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?