ethz-asl / data-driven-dynamics

Data Driven Dynamics Modeling for Aerial Vehicles
Other
91 stars 13 forks source link

enhance: allow configuration of setpoints through makefile command #218

Closed sjschlapbach closed 1 year ago

sjschlapbach commented 1 year ago

Problem description: Using certain parameters from the logfile to select specific flight sections marked earlier was only available through the model configuration and sometimes even coupled to the requirement of code modifications.

Proposed solution: This pull request adds an additional optional parameter and option to the makefile and python launch commands, which can be used to specify the manual_control_setpoint that should be used to identify the relevant parts of the flight:

Further developments