Firstly install the ROSPlan software from https://github.com/KCL-Planning/ROSPlan.
Move into the packages folder and clone this package
cd ROSPlan/src
git clone https://github.com/christka1/rosplan_dornaCompile the package
cd ..
catkin build rosplan_dornaMake sure that the bridge tries to connect to the correct ROS master node
Start the simulation environment and the bridge. Source the correct workspace
Start the ROSPlan tool and sensing interface:
roslaunch rosplan_dorna rosplan_sensing.launchOnce that is running, start the action interface:
rosrun rosplan_dorna action_interface.pyTo run one of the scenarios, choose scenario 1-3:
rosrun rosplan_dorna scenarios.py 31 = scanning test 2 = pick-up test 3 = sorting test (complete run-through)