4.3 Coding
THIS IS THE ONLY SECTION IM NOT TOO SURE ABOUT AS I NEED TO SEE HOW IT LOOKS IN THE LABS
Then, to run your team, go to the WIts Bots folder and compile/run the agent by typing the following instructions into your unused singularity terminal
- Type
cd WITS-BOTS - Type
cmake .(important don’t forget the dot after cmake) - Type
make - To start the Wits bots type
./start.sh - To edit the code, open another tab in the singularity terminal, navigate to where the code is, and type
code .
After you have edited your code you need to recompile your code, however, you only need to type make this time.