diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2022-01-31 00:21:18 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2022-01-31 00:21:18 +0000 |
commit | b0d88412a8e5cb84a44ae7333fa37599fadd8ed5 (patch) | |
tree | 994047ad326b740bedfc47afc236bd1d6f9700db | |
parent | 1678bf6e4f607658fe504f4870fd213d0bdf5f6a (diff) |
-rw-r--r-- | README.org | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..eed8229 --- /dev/null +++ b/README.org @@ -0,0 +1,26 @@ +#+TITLE: Multi-Robot Localisation + +* Simulation + +Decide which particle cloud to use: +- ~murl.particles.baseline~: a simple particle filter +- ~murl.particles.centralised~: an attempt at including inter-robot ranging + data. + +Next, begin gazebo with the desired number of robots: + +#+begin_src shell +roslaunch murl gazebo.launch robots:=3 +#+end_src + +Optionally start rviz for robots 0 or 1. + +#+begin_src shell +roslaunch murl rviz0.launch +#+end_src + +Finally, begin the localisation controller: + +#+begin_src shell +roslaunch murl localisation.launch robots:=3 cloud:=murl.particles.baseline +#+end_src |