- Start term
- Navigate to CNN folder:
cd Documents/projects/NN_Attitude
- Start the conda environment:
conda activate nn_attitude
- Run the estimator:
python3 predict_server.py
\newline This script waits for an image to appear in folderDocuments/projects/ue_images
and saves the result in a csv file incnn_estimate.txt
- Start Unreal Engine
- Start terminal from desktop and run the startup shell script :
./unreal.sh
- Alternatively from term, run :
/opt/Linux_Unreal_Engine_5.1.1/Engine/Binaries/Linux/./UnrealEditor
- From
Recent Projects
tab, selectBrowse
and navigate tohome/mist/Documents/UnrealProjects/RainSIm
folder. Select and open theRainSIm.uproject
file to run the project in UE.\newline This project contains all the assets required to run single agent or multiagent target satellite tracing problem.
- Start terminal from desktop and run the startup shell script :
- Navigate to
Content Drawer
folder from a tab on the bottom left. Run the level:Earth_EditorMode3
by double clicking. Set window pane to Output Log to view status.
- From term run matlab:
matlab
- Navigate to
/home/mist/Documents/projects/Matlab-trial-codes
and open and run the scripttraj_HCW_rotated_dt_adi.m
.
- Navigate back to UE tab
- Goto the
Tools
menu, navigate to the bottom and run Execute Python Scripts. Navigate to folder :home/mist/Documents/UnrealProjects/RainSIm
. Run the scriptmatlab_mover_socket_debug.py
Wait