-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for pblog #140
Conversation
Signed-off-by: Michael Anderson <anderson@mbari.org>
Looking good. Could consider changing "latest_csv" to "latest" to match buoy behaviors. |
I can do that, but I was hoping to distinguish between pblog and rosbag. No biggie if you'd like to have |
I'm flexible. Nothing automated relies on this and it's just a convenience so it can stay as is. In general, I noticed a few things when I was running this yesterday (I was running from batch mode)
|
|
Yeah, I think we should match the buoy, zip only at the end of an hour... |
it was causing problems anyways... if it takes too long to gzip, the batch launch will SIGTERM/SIGKILL pblog before it finishes writing |
Signed-off-by: Michael Anderson <anderson@mbari.org>
@hamilton8415 ready for another check |
In testing this I realized the wave-seed wasn't getting passed along by IncidentWave.cpp. Fixed this and pushed to this branch... |
* add sim-time-aware Rate to controllers for publishing Signed-off-by: Michael Anderson <anderson@mbari.org> * forgot shutdowns to stop hanging Signed-off-by: Michael Anderson <anderson@mbari.org> * add copyright Signed-off-by: Michael Anderson <anderson@mbari.org> * linters Signed-off-by: Michael Anderson <anderson@mbari.org> * add async proxy to await future for pack rate calls (#147) Signed-off-by: Michael Anderson <anderson@mbari.org> * use sim time from postupdate instead of imu time Signed-off-by: Michael Anderson <anderson@mbari.org> * enable use_sim_time for AHRS Signed-off-by: Michael Anderson <anderson@mbari.org> --------- Signed-off-by: Michael Anderson <anderson@mbari.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have used this feature quite a bit in the last week or so and it's working very nicely. The only changes here I might suggest is to rename the "latest_csv" symbolic link to "latest_csv_dir". I kept thinking the link pointed at the latest .csv file... But I got used to it. Not a critical change.
The other hiccup I've found is maybe not due to this PR but rather the logging PR in _gz. When performing runs longer than one-hour, it zips the last file correctly, but there does seem to be a gap in results between the two files, when running much faster than real-time the gap is greater than two minutes of sim time... I will note this in the _gz pull request also.
changed in osrf/mbari_wec_utils#44 |
fixed in osrf/mbari_wec_utils#44 |
Signed-off-by: Michael Anderson <anderson@mbari.org>
@hamilton8415 can you try your matlab stuff against this latest patch to confirm the new IMU orientation? |
Lat/Lon working now. |
I have done further testing for this and believe it is ready to be merged into main, along with mbari_wec_utils #44 |
added to batching and standard launch
requires:
osrf/mbari_wec_utils#44 <-- osrf/mbari_wec_utils#47