-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] configuration error: unknown field id
- 1.0.0~alpha.5-1
#202
Comments
Hi @martincerven I think this is intended in this PR |
Yeah, but that's the dev branch, the example config in main still mentions id. |
So you're using 0.11.0? Because I saw the log you provided is using 1.0.0
|
I'm comparing So you say that id variable was removed in dev branch, I don't know if that PR was merged or not in main, but one of files changed was example config, and main still has the old config with id variable. @JEnoch Was the id removed from main without updating example config? |
No, the However as we do releases of Sorry for the inconvenience. But you'll have to remove this |
I'm closing this issue since we won't fix it. {
plugins: {
ros2dds: {
// ...
}
},
/// The identifier (as unsigned 128bit integer in hexadecimal lowercase - leading zeros are not accepted)
/// that zenoh runtime will use.
/// If not set, a random unsigned 128bit integer will be used.
/// WARNING: this id must be unique in your zenoh network.
id: "1234567890abcdef",
} #234 is completing this change, remapping the |
Describe the bug
Latest binary zenoh-bridge-ros2dds produces
unknown field id
error with config that works withsudo apt install zenoh-bridge-ros2dds=0.11.0-stable
version.To reproduce
System info
Ubuntu 22.04
Humble
CycloneDDS
Nvidia Jetson Orin devices
Wifi hotspot
The text was updated successfully, but these errors were encountered: