Skip to content

Commit

Permalink
add ref properly
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Nov 23, 2019
1 parent e14ffae commit 822bb7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Octave/Matlab.
`examples/` directory some example code is provided that uses `mppi.m`. To run
an example code just run `example_main.m` from Octave or Matlab.

## References

```
G. Williams, P. Drews, B. Goldfain, J. M. Rehg and E. A. Theodorou, "Information-Theoretic Model Predictive Control: Theory and Applications to Autonomous Driving," in IEEE Transactions on Robotics, vol. 34, no. 6, pp. 1603-1622, Dec. 2018.
```

## Citation
To cite `acxz/mppi` in publications use:

Expand Down
4 changes: 0 additions & 4 deletions mppi.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
% Author: Akash Patel (apatel435)
% Reference: https://arxiv.org/pdf/1707.02342.pdf
% Information Theoretic Model Predictive Control:Theory and Applications to
% Autonomous Driving
% Algorithm 1: Sampling Based MPC

function [x_hist, u_hist, sample_x_hist, sample_u_hist, rep_traj_cost_hist, ...
time_hist] = mppi(func_is_task_complete, func_control_update_converged, ...
Expand Down

0 comments on commit 822bb7c

Please sign in to comment.