Skip to content
View xiaodong2077's full-sized avatar
  • MercuryNavi
  • Guangzhou, China
  • 07:10 (UTC +08:00)

Block or report xiaodong2077

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
xiaodong2077/README.md

🌱 Mind

Understanding philosophical problems from the perspective of science.

🌌 Memory

Education and Work Experience

Time Place Mood
2016.9 - 2020.6 Wuhan University SGG 遠看山有色,近聽水無聲。
2020.7 - 2023.6 SouthSurvey 光景不待人,須臾髮成絲。
2023.6 - MercuryNavi 泉聲咽危石,日色冷青松。

🍉 Moment

🌸: Ubuntu, Arch Linux, Windows

⚛️: C++, Python

🔅: GNSS, INS, SLAM, ROS, Point cloud, Vison

Pinned Loading

  1. KY-IMU102N-B0-Driver KY-IMU102N-B0-Driver Public

    KY-IMU102N-B0 ros driver.

    Python 1

  2. ros_snippets ros_snippets Public

    VS Code extension with a collection of ROS snippets for roscpp, launch files.

  3. Get a whole compile_commands.json(wh... Get a whole compile_commands.json(which is used in cland and sonarlint) file with `catkin_make_isolated` of ROS. You also need to add this option `-DCMAKE_EXPORT_COMPILE_COMMANDS=1` when you run `catkin_make_islodated`
    1
    #! /bin/bash
    2
    
                  
    3
    # Merge`build_isolated/*/compile_commands.json` to `build/compile_commands.json`
    4
    
                  
    5
    output_file="build/compile_commands.json"
  4. use stow to manage 3rd libraries use stow to manage 3rd libraries
    1
    # introduction
    2
    
                  
    3
    OS: Ubuntu 18.04, Ubuntu 20.04
    4
    
                  
    5
    Download `stow` from `apt`.
  5. IMR_writer IMR_writer Public

    A small lib for writing IMR file.

    C++