-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Hi I’m Gabriele,
I downloaded the first release of SwarmLab library for Matlab R2021_a, the computer I use is a Macbook with M1 microprocessor.
Testing the library I found some problems, using the GUI interface specially for wind command.
In every type of simulation (Controller, Path Manager, Path Follower, Path Planner) flagging the function Add Wind or Add Gust the simulation stops and Matlab report an error in the get_wind file; checking this file I have found a syntax error in line 61(the function in the file is called TurbolentWindFieldGenerator but the right name is turbulent_wind_field_generator ).
I modified the syntax but now there is another error, starting the simulation the report is an error in force_moment_quad file in line 80, in a atan2 function (input is not real).