Skip to content

Change gazebo logs location.

Marcos Huck requested to merge feature/gazebo_logs into develop

Related tasks

Context

Gazebo logs were saved in the /tmp/ign/logs folder, but when we tried to introduce a new set of log files that were not generated by Gazebo, we never found them in the S3 tar files. The reason was related to the fact that Gazebo removes the log folder before running.

Change

This MR solves the issue described above by saving all gazebo logs into a folder called gazebo.

image

Other information

  • Jobs that were using logs (ReadScore, ReadStats and so) have been updated to match the new config.
  • Scripts for doing some post processing after the simulation is done might need to be updated.

Additional documentation

Edited by Marcos Huck

Merge request reports