This repository aims to collect examples code when I learn various programming related knowledge, including libraries, programming tools and so on.
C/C++ programming language learning examples, including various C/C++ basic syntax and programming skills.
Learning how to use the advanced build tool CMake to build our C/C++ projects. This folder also contains general CMakeLists.txt
format when you using some frequently-used libraries, such as OpenCV
, PCL
, Eigen
and so, in your project, it must be helpful for you.
Learning how to use helpful tools developed by Google. Thanks for Google's generosity, let our code developing more comfortable!
Learning how to use OpenCV.
Some basic usages of python
.
Qt related learning resources.
Learning how to use ROS to develop Robot related projects.