WiP: A project for simulating sensor data.
- Julia: tested with 1.11.2
- Dependencies:
Rocket.jl.GLMakie.jl
Install dependencies by running:
julia --project=. -e 'using Pkg; Pkg.instantiate()'-
Clone the repository:
git clone https://github.com/vergelli/TmySim.git cd TmySim -
Activate the project environment and run the simulation:
julia --project=. ./app/run.jl
This will execute the sensor simulation, printing sensor values to the console.
- Real-time visualization with
Makie.jlis under dev. - Contributions and feedback are welcome.