You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
octomap: switch config format from YAML to TOML and update script paths (#27)
The script previously referenced .yaml configs, which mismatched octomap’s TOML parser (toml++), causing a runtime parse error (expected '=', saw ':').
Align with octomap upstream using TOML as the official config format.
0 commit comments