Closed jesko42 closed 1 year ago
OK, just after writing the issue I saw, that there was a typo in the documentation. Instead of
sil-kit-system-controller PublisherParticipant SubscriberParticipant
it was written
sil-kit-system-controller PublisherParticipant **s**ubscriberParticipant
Maybe Windows does not distinguish, but with Linux ...
There is another neglegtable typo in the first main()-fragment:
int main(int argc, char** argv)
{
auto config = SilKit::Config::ParticipantConfigurationFromFile("simple.yaml")
// TODO: Use config to create participants
}
The 3rd line must be: auto config = SilKit::Config::ParticipantConfigurationFromFile("simple.yaml");
@jesko42 thanks for pointing out the missing ;
in the main()-fragment. We will fix that ASAP. However, I can't find the misspelled subscriberParticipant
with lower-case s
in the linked document. By the way, the participant names given to the sil-kit-systemcontroller
are indeed case-sensitive, independent of the platform you run your SIL Kit application.
@MariusBgm tanks for keeping an eye on it, unfortunately I'm a little late ... You are right! If I now look at it everything seems to be fine - I don't know how this could happen !? Now you know: It's working, as I have tested it here :-) :+
Describe the issue I tried the plain QuickStart example and it did not run.
To Reproduce Steps to reproduce the behavior:
Expected behavior Some output to see. Nothing happens. Looks like the lambda function producing the data is not called ... Simulation may not start ...
Screenshots
Your Environment (please complete the following information):
Additional context nope