Andrew Straw
                                            Andrew Straw
                                        
                                    OK, so it seems there are 2 issues: 1) the mainbrain is running at the name `main_brain` not `flydra_mainbrain` as expected by the script. 2) there is no `do_synchronization` available...
The mainbrain app is either not available from the terminal where you are running the command or else it is failing to start correctly. What is the output in the...
A canonical final flydra output format (FFOF) has now been invented! The output of "flydra_analysis_data2smoothed --hdf5 --time-data $INPUT.h5 $INPUT.h5" is actually documented. This is a very simple HDF5 schema, and...
I can't reproduce the exceptions, either with the master branch or the paolo branch. Can you upload some files that will allow me to reproduce it?
Did you try using `Allied Vision Technologies-02-2020C-07056` instead of `AVT-02-2020C-07056` in your launch file? What happens if you do that?
Going back to your original issue which is, as I understand it, "AVT camera not found". However, `rosrun ros_flydra camnode` shows that AVT cameras are chosen. For example: `choosing camera...
In your launch file, you are trying to launch the program `camnode` from the package `camiface_ros`, but you want ros_flydra `camnode` from the `ros_flydra` package.
Thank you so much. This solves the local issue for my case. Could cortex-m-rt (or some other crate) could do a check (ideally compile-time) that the memory layout is as...
https://github.com/astraw/nucleo-h743zi/commit/161aac7541883bda6c0fab9fce638646eeedbdea is the commit which finally allowed `probe-run` to work without error using `cortex-m-rt` 0.7.1. It looks like `INSERT AFTER .bss;` in `memory.x` is the key change. Is that the...
Thank you. Can you write a CI test which this fixes? Also, what does "SSIA" mean? Don't worry about the existing CI test failures. They are unrelated.