Geonhee-LEE / mobile_robot_control

Robot control with Traditional control and Optimal control and Learning-based control
https://www.notion.so/Robotics-Learning-bbc82dbc68ce48e593525fefa532e32d
9 stars 3 forks source link

물체 회피 #15

Open Geonhee-LEE opened 2 years ago

Geonhee-LEE commented 2 years ago
Geonhee-LEE commented 2 years ago
  1. https://github.com/atb033/multi_agent_path_planning
  2. https://github.com/vita-epfl/CrowdNav
  3. https://github.com/LyapunovJingci/Warehouse_Robot_Path_Planning
Geonhee-LEE commented 2 years ago

PythonRobotics

https://github.com/AtsushiSakai/PythonRobotics (matplotlib(시각화), Python 3.9.x, NumPy, SciPy, pandas, cvxpy)

multi_agent_path_planning

https://github.com/atb033/multi_agent_path_planning (matplotlib(시각화), numpy.lp(VO), scipy.optimize(NMPC))

CrowdNav

https://github.com/vita-epfl/CrowdNav (Pytorch(학습), RVO2(ORCA), matplotlib(시각화), gym.env(학습))