Pinned Repositories
algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
AriaCoda
Legacy ARIA library for use with Pioneer-compatible mobile robots. This repository serves as a public source for the now-unmaintained GPL-licensed ARIA library from MobileRobots Inc. Several classes have been removed. ArNetworking is not included here. A few occasional and minor changes may be made over time.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
BagFromImages
Create a rosbag from a collection of images
C-Plus-Plus
All Algorithms implemented in C++
camera-laser-calibration
This package is used to calculate the translation and rotation matrix between camera and laser coordinate, and then fuse the point cloud with image color.
CamLaserCalibraTool
Extrinsic Calibration of a Camera and 2d Laser
cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
interview
📚 C/C++面试基础知识总结
interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
jhz-qixianyu's Repositories
jhz-qixianyu/interview
📚 C/C++面试基础知识总结
jhz-qixianyu/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
jhz-qixianyu/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
jhz-qixianyu/AriaCoda
Legacy ARIA library for use with Pioneer-compatible mobile robots. This repository serves as a public source for the now-unmaintained GPL-licensed ARIA library from MobileRobots Inc. Several classes have been removed. ArNetworking is not included here. A few occasional and minor changes may be made over time.
jhz-qixianyu/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
jhz-qixianyu/BagFromImages
Create a rosbag from a collection of images
jhz-qixianyu/C-Plus-Plus
All Algorithms implemented in C++
jhz-qixianyu/camera-laser-calibration
This package is used to calculate the translation and rotation matrix between camera and laser coordinate, and then fuse the point cloud with image color.
jhz-qixianyu/CamLaserCalibraTool
Extrinsic Calibration of a Camera and 2d Laser
jhz-qixianyu/cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
jhz-qixianyu/cartographer-1
关于谷歌slam地图库cartographer的源码注释
jhz-qixianyu/ElasticFusion
Real-time dense visual SLAM system
jhz-qixianyu/evaluate_ate_scale
Modified tool of the TUM RGB-D dataset that automatically computes the optimal scale factor that aligns trajectory and groundtruth. Useful to evaluate monocular VO/SLAM.
jhz-qixianyu/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
jhz-qixianyu/json
JSON for Modern C++
jhz-qixianyu/libaria
Source Debian package for C++ library for MobileRobots/ActivMedia robots (ARIA)
jhz-qixianyu/manif
A small c++11 header-only library for Lie theory.
jhz-qixianyu/maskfusion
MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects
jhz-qixianyu/mav_trajectory_generation
Polynomial trajectory generation and optimization, especially for rotary-wing MAVs.
jhz-qixianyu/modern-cpp-tutorial
📚 C++11/14/17 On the Fly
jhz-qixianyu/ModernRobotics
Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
jhz-qixianyu/MVision
机器人视觉 无人驾驶 视觉SLAM ORB LSD SVO DSO 深度学习目标检测yolov3 行为检测 opencv PCL 双目视觉
jhz-qixianyu/octomap
An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis, and dynamicEDT3D.
jhz-qixianyu/openSourceProject
this is the repository of open source project for robotics
jhz-qixianyu/ORB_SLAM2
Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
jhz-qixianyu/rosaria
Repository for the amor-ros-pkg/rosaria package (renamed to conform to package naming conventions and migrated from http://code.google.com/p/amor-ros-pkg)
jhz-qixianyu/rpg_open_remode
This repository contains an implementation of REMODE (REgularized MOnocular Depth Estimation), as described in the paper.
jhz-qixianyu/rpg_svo
Semi-direct Visual Odometry
jhz-qixianyu/rtabmap
RTAB-Map library and standalone application
jhz-qixianyu/ThreadPool
A simple C++11 Thread Pool implementation