Skip to content
View xiaodong2077's full-sized avatar
  • MercuryNavi
  • Guangzhou, China
  • 14:38 (UTC +08:00)
Block or Report

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, 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++