Skip to content

Implementation of implicit dual control-based active uncertainty learning for human-robot interaction.

License

Notifications You must be signed in to change notification settings

SafeRoboticsLab/Dual_Control_HRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Uncertainty Reduction for Human-Robot Interaction: An Implicit Dual Control Approach

License Homepage


Logo

Active Uncertainty Reduction for HRI

Active Uncertainty Reduction for Human-Robot Interaction: An Implicit Dual Control Approach

Table of Contents

  1. About The Project
  2. Dependencies
  3. Example
  4. License
  5. Contact
  6. Paper

About The Project

We provide an MATLAB implementation of implicit dual control-based active uncertainty learning for autonomous driving applications, which can be found here.

Click to watch our spotlight video: Watch the video

Dependencies

Trajectory Optimization

  • MPT3 (Toolbox for MPC and parametric optimization.)
  • SNOPT (Nonlinear programming solver. Academic licenses are available.)

Visualization

  • Robotics Toolbox for MATLAB (Tools for plotting the vehicles. You need to first install it in MATLAB and then replace plot_vehicle.m in the root directory with ours.)

Example

In this repository, we provide an example of our method applied for human-robot interactive driving scenarios.

  1. Clone the repo
    git clone https://github.com/SafeRoboticsLab/Dual_Control_HRI.git
  2. In MATLAB, run the main.m script to reproduce our results.

License

Distributed under the BSD 3-Clause License. See LICENSE for more information.

Contact

Haimin Hu - @HaiminHu - haiminh@princeton.edu

Project Link: https://github.com/SafeRoboticsLab/Dual_Control_HRI

Homepage Link: https://haiminhu.org/dual_control_hri

Papers

Journal paper:

The journal preprint is now available on arXiv: https://arxiv.org/abs/2302.00171

@article{hu2023active,
  title={Active Uncertainty Reduction for Safe and Efficient Interaction Planning: A Shielding-Aware Dual Control Approach},
  author={Hu, Haimin and Isele, David and Bae, Sangjae and Fisac, Jaime F},
  journal={arXiv preprint arXiv:2302.00171},
  year={2023}
}

Conference paper/book chapter:

@inproceedings{hu2023active,
  title={Active Uncertainty Reduction for Human-Robot Interaction: An Implicit Dual Control Approach},
  author={Hu, Haimin and Fisac, Jaime F},
  booktitle={Algorithmic Foundations of Robotics XV},
  pages={385--401},
  year={2023},
  publisher={Springer International Publishing}
}

Our prior work:

@article{hu2022sharp,
  author={Hu, Haimin and Nakamura, Kensuke and Fisac, Jaime F.},
  journal={IEEE Robotics and Automation Letters}, 
  title={SHARP: Shielding-Aware Robust Planning for Safe and Efficient Human-Robot Interaction}, 
  year={2022},
  volume={7},
  number={2},
  pages={5591-5598},
  doi={10.1109/LRA.2022.3155229}
}

About

Implementation of implicit dual control-based active uncertainty learning for human-robot interaction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages