-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Original report (archived issue) by Michael McCarrin (Bitbucket: m1chaelm).
Our prepare_team_wamv.bash script checks that sensors are compliant by grepping through the $HOME/.ros/log/latest/wamv_config-wamv_generator-1.log for the string “ERROR”. This method produces some false positives. In particular, since the log can contain messages from multiple consecutive runs, any run that produces the string ERROR once will cause compliance checks to fail until the logs are rotated.
A workaround is to delete the log file or removing the lines that say ERROR and run again. Ideally we would record the output of our compliance check directly instead of searching the log.
Reactions are currently unavailable