BrainsOnBoard / bob_robotics

Collection of code for interfacing with robot platforms + simulations and visualisation
GNU General Public License v2.0
2 stars 6 forks source link

Add tool to rewrite snapshot_bot config files #352

Closed alexdewar closed 2 years ago

alexdewar commented 2 years ago

I've added a program to rewrite snapshot_bot config files to remove old options and put new ones in.

I've mostly just added a few options over the last while however note that you now set imageInputType to a string (e.g., raw, histeq) rather than the old shouldUseHistEq-type boolean options. Make sure you don't get bitten by this! @FullAPVayne @efkag