| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
@inproceedings{akmandor2025re4mpc,
title={Re4MPC: Reactive Nonlinear MPC for Multi-model Motion Planning via Deep Reinforcement Learning},
author={Akmandor, Ne{\c{s}}et {\"U}nver and Prajapati, Sarvesh and Zolotas, Mark and Padir, Ta{\c{s}}kin},
booktitle={2025 IEEE International Conference on Automation Science and Engineering (CASE)},
year={2025},
organization={IEEE}
}
git clone https://github.com/danfis/libccd.git cd libccd mkdir build && cd build cmake -G "Unix Makefiles" -DENABLE_DOUBLE_PRECISION=ON .. sudo make -j4 sudo make install
git clone https://github.com/flexible-collision-library/fcl.git cd fcl mkdir build && cd build cmake .. sudo make -j4 sudo make install
git clone git@github.com:RIVeR-Lab/mobiman.git cd mobiman ./install_mobiman.sh
rosdep install --from-paths src --ignore-src -r -y
Set parameter "config_mobiman_framework":
# Do not forget to source: source devel/setup.bash roslaunch mobiman_simulation mobiman_framework.launch 2> >(grep -v TF_REPEATED_DATA buffer_core)
# Do not forget to source: source devel/setup.bash python src/igibson-ros/scripts/mobiman_jackalJaco.py
- iGibson example: "config_mobiman_framework_igibson_drl"
# Do not forget to source: source devel/setup.bash roslaunch mobiman_simulation mobiman_framework.launch 2> >(grep -v TF_REPEATED_DATA buffer_core)
Training:
# Do not forget to source: source devel/setup.bash python src/igibson-ros/scripts/drl_training_sb3_mobiman_jackalJaco.py
Testing:
# Do not forget to source: source devel/setup.bash python src/igibson-ros/scripts/drl_testing_sb3_mobiman_jackalJaco.py
Trained models to reach static object on a conveyor belt
Neset Unver Akmandor | akmandor.n@northeastern.edu
Sarvesh Prajapati | prajapati.s@northeastern.edu
mobiman was developed at the RIVeR Lab, Northeastern University.
| Back | FazBrowse Home | New Git URL |