Skip to content
View AgathaZhang's full-sized avatar
:octocat:
Burst of inspiration
:octocat:
Burst of inspiration
  • Shenzhen HighGreat Innovation Technology Development CO LT
  • Airong Road, Nanshan District, Shenzhen, China
  • 16:37 (UTC +08:00)

Block or report AgathaZhang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Simulation-SBL Simulation-SBL Public

    SBL短基线水声定位仿真框架

    Python 1

  2. Underwater-hydorphone-code-SBL Underwater-hydorphone-code-SBL Public

    用树莓派Linux搭建的水下短基线hydorphone接收器节点,并将解算出的声到达时间转换成距离发送给Center节点

    Python 1

  3. Drone-swarm-avoidance-cooperative-target Drone-swarm-avoidance-cooperative-target Public

    这个算法用于无人机群避障一个加入机群的无人机,算法分为两种思路:(1)加入者的路径规划主动机动规避编队机群、(2)编队微调避让加入者。目前只做了第一种思路。唯一已知信息是原机群的运动轨迹F(x,y,z,t)|each plane,对于第一种思路:对于补位飞机唯一的输入参数是无人机编队时间帧和每架飞机的对应位置,即F(x,y,z,t)|each plane,输出参数是规划的单条路径。对于第二种…

    C 1

  4. HG-Data_Cleansing HG-Data_Cleansing Public

    数据清洗 UWB空间畸变分析&矫正 This is a data processor of cleaning and refining raw data to improve its quality and accuracy. Contains log data files

    Python

  5. HG-use_interp_table HG-use_interp_table Public

    提供一个任意四边形格点围成方块的双线性插值代码参考,背景:用一个标定过格点上坐标值的table,来修正UWB定位空间的畸变,畸变来自xy平面的在TOA定位计算上的非线性,主要采用双线性插值来估计给定点在标定点围成的区域中的膨胀和收缩系数

    C 1

  6. Drone-swarm-road-dispenser Drone-swarm-road-dispenser Public

    这是一个策略性,多目标路径规划算法,无人机群中的每个飞机包含(droneID,time,x,y,z)参数,问题的背景是,给出机群编队初始时刻t1和末端时刻t2的各飞机位置,生成中间路径。各飞机在编队机动过程中互不相碰,优化的目标是最短时间和最快求解的速度。

    C++