ethz-asl / data-driven-dynamics

Data Driven Dynamics Modeling for Aerial Vehicles
Other
99 stars 14 forks source link

Fix log directory path to PX4 #12

Closed Jaeyoung-Lim closed 3 years ago

Jaeyoung-Lim commented 3 years ago

Problem Description When running the Tools/sitl_run.sh the log symbolic link was pointing to the wrong path. This PR fixes this problem by removing the -w flag when running the px4 binary

Testing Tested by running the following command

Tools/sitl_run.sh

Additional Context