Skip to content

Switch config files from YAML to TOML and fix script paths - #27

Merged
Kin-Zhang merged 1 commit into
KTH-RPL:mainfrom
Wonjune-Kim:main
Sep 22, 2025
Merged

Switch config files from YAML to TOML and fix script paths#27
Kin-Zhang merged 1 commit into
KTH-RPL:mainfrom
Wonjune-Kim:main

Conversation

@Wonjune-Kim

Copy link
Copy Markdown
Contributor

The scripts were pointing to YAML configs, but octomap actually expects TOML. That mismatch caused parse errors (like expected '=' but saw ':').

This update switches the config references to TOML and brings things in line with octomap upstream, which uses TOML as the official format.

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.
@Kin-Zhang

Kin-Zhang commented Sep 22, 2025 via email

Copy link
Copy Markdown
Member

@Kin-Zhang
Kin-Zhang merged commit 8b60f36 into KTH-RPL:main Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants