TOC
This repo serves as a template for a typical development app that uses eROS content.
To set the scenario, perform the following:
- Remove any config folders under catkin_ws/src/:
rm -rf ~/catkin_ws/src/config/`- Determine which scenario shall be used. Currently supported scenario's:
dev
- Create a symlink from this scenario to the config directory:
cd ~/catkin_ws/src/
ln ~/<location>/crawler_app/scenarios/<scenario>/ config