├── LICENSE ├── MATLAB ├── LOS.m ├── LOSPID.m ├── REMUS.m ├── SimulatorFileRemusPID.m ├── pidcalculate.m └── pidcreate.m ├── README.md ├── Simulink ├── REMUS_CONTROL_helix.slx └── remus100.jpg └── remus100.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/LICENSE -------------------------------------------------------------------------------- /MATLAB/LOS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/LOS.m -------------------------------------------------------------------------------- /MATLAB/LOSPID.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/LOSPID.m -------------------------------------------------------------------------------- /MATLAB/REMUS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/REMUS.m -------------------------------------------------------------------------------- /MATLAB/SimulatorFileRemusPID.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/SimulatorFileRemusPID.m -------------------------------------------------------------------------------- /MATLAB/pidcalculate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/pidcalculate.m -------------------------------------------------------------------------------- /MATLAB/pidcreate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/MATLAB/pidcreate.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/README.md -------------------------------------------------------------------------------- /Simulink/REMUS_CONTROL_helix.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/Simulink/REMUS_CONTROL_helix.slx -------------------------------------------------------------------------------- /Simulink/remus100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/Simulink/remus100.jpg -------------------------------------------------------------------------------- /remus100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArizaWilmerUTAS/Path-Following/HEAD/remus100.jpg --------------------------------------------------------------------------------