Code Monkey home page Code Monkey logo

cpprobotics's Introduction

CppRobotics

Language Static Badge

Cpp implementation of robotics algorithms including localization, path planning, path tracking and control, inspired by PythonRobotics and MotionPlanning.

📌Requirement

  • CMake
  • Eigen3
  • fmt
  • for MPC convex optimization (alternative
    • CppAD & IPOPT
    • osqp & osqp-eigen

Because this project uses matplotlib-cpp for visualization, you also need to ensure that you have Python3.x, and contain the following packages:

  • matplotlib
  • numpy

You can find install-tips for some third-party libraries here.

🛠Build

git clone [email protected]:PuYuuu/CppRobotics.git
cd CppRobotics
mkdir build && cd build
cmake ..
make -j6

Find all the executable files in $workspace/bin. By the way, all code development and debugging of this project are completed under WSL2. Currently, WSL2 natively supports GUI on Win10/Win11 without any configuration. For details, refer to gui-apps .

🎈Animations

Perception

PathPlanning

GlobalPlanner

Search_based Planning
Sampling_based Planning

LocalPlanner

CurvesGenerator

PathTracking

Control

🧾Licence

MIT

cpprobotics's People

Contributors

puyuuu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cpprobotics's Issues

部分执行文件运行会报错

好像是有关draw_vehicle的部分:
./hybrid_astar: symbol lookup error: ./hybrid_astar: undefined symbol: _ZN5utils12draw_vehicleEN5Eigen6MatrixIdLi3ELi1ELi0ELi3ELi1EEEdNS_13VehicleConfigENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.