- dummy out a finder that works with another robot
- related work (read and summarize academically)
- results from first iteration (get data? time to find?? distance/efficiency of hiding??)
- can we fix frontier exploration parameters??? it's not great
- finish getting results!!!
- finesse hiding/finding algorithm in simulation and get new results?
- finish writing paper
-
Install fembots-final
$ cd ~/catkin_ws/src
$ git clone https://github.com/fembots-2k16/final
$ sudo mv final fembots
$ cd ~/catkin_ws
$ catkin_make
$ source ~/catkin_ws/devel/setup.bash
-
run the stage simulation
$ roscd fembots
$ ./run_simulation
-
run the hider or finder nodes??
$ roscd fembots
$ ./run_hider
# OR$ ./run_finder
-
you might need to kill the hider_sim.py or finder_sim.py???
$ ps ax | grep hider_sim #or $ ps ax | grep finder_sim
# remember the ID up there ^ ^ ^$ kill -s KILL ID_NUM