Geonhee-LEE / mpc_ros

Differential Wheeled Mobile Robot - Nonlinear Model Predictive Control based on ROS
https://www.youtube.com/watch?v=5IqFGBmDGjU
Apache License 2.0
727 stars 169 forks source link

MPCPlannerConfig.h file is missing in local_planner_plugin branch #18

Closed balamuruganky closed 3 years ago

balamuruganky commented 3 years ago

@Geonhee-LEE : Thanks for the great package and code refactoring. I was about to start porting MPC as local_planner_plugin as you are doing currently. I would like to integrate https://github.com/balamuruganky/path_planning, if you are interested. I request you to add the missing file in local_planner_plugin branch to proceed further. Thanks.

balamuruganky commented 3 years ago

@Geonhee-LEE : I realized that, the work just started. I will do the integration with melodic branch for now. Thanks.

Geonhee-LEE commented 3 years ago

@balamuruganky Hello, thanks for interesting this repo. I will develop the local_planner_plugin later to improve the modulity ans performance, ROS plugin formulation. Anyway, your path planning repo is attractive for me!! However, it is implemented in Python. Do you have plan to develop the path planning in C++? Or could you recommend the references?

Thanks.