rticonnextdds-getting-started
rticonnextdds-getting-started copied to clipboard
Hands-on examples for getting started with RTI Connext DDS
This pull request replaces previous Python examples that used DynamicData with code that uses Python classes generated from IDL. It adds code for the exercises that didn't have python versions.
Hi, I'm using RTI dds version 6.0.1 and following the get started documentation for hello world example. It went smooth until I launch the publisher. The rti framework complains as...
In this [specific line](https://github.com/rticommunity/rticonnextdds-examples/blob/master/resources/cmake/ConnextDdsCodegen.cmake#L449) the `headers` variable was used but it was not initialized before.
 /opt/toolchain/bin/../lib/gcc/aarch64-linux-gnu/8.3.0/../../../../aarch64-linux-gnu/bin/ld: /work/modules/3rd/dds/lib/linux/aarch64/libnddscpp2.so: undefined reference to `operator new(unsigned long)@GLIBCXX_3.4' /opt/toolchain/bin/../lib/gcc/aarch64-linux-gnu/8.3.0/../../../../aarch64-linux-gnu/bin/ld: /work/modules/3rd/dds/lib/linux/aarch64/libnddscpp2.so: undefined reference to `std::runtime_error::what() const@GLIBCXX_3.4' /opt/toolchain/bin/../lib/gcc/aarch64-linux-gnu/8.3.0/../../../../aarch64-linux-gnu/bin/ld: /work/modules/3rd/dds/lib/linux/aarch64/libnddscpp2.so: undefined reference to `std::basic_ios::init(std::basic_streambuf*)@GLIBCXX_3.4' /opt/toolchain/bin/../lib/gcc/aarch64-linux-gnu/8.3.0/../../../../aarch64-linux-gnu/bin/ld: /work/modules/3rd/dds/lib/linux/aarch64/libnddscpp2.so: undefined reference to...
Hi there, I imagine most C# .NET 5 users on Linux running your software will be using visual studio code. The subscriber brings the debugger down, which might be easier...
Hello, I am following [this tutorial](https://community.rti.com/static/documentation/connext-dds/6.1.0/doc/manuals/connext_dds_professional/getting_started_guide/cpp11/intro_pubsub_cpp.html), and in [this section](https://community.rti.com/static/documentation/connext-dds/6.1.0/doc/manuals/connext_dds_professional/getting_started_guide/cpp11/intro_pubsub_cpp.html) , it says there is supposed to be a README_.txt` file that tells me how to compile my example code....
Updates temperature status condition and topic handler to use temperature reader and monitor function.
Fix README instructions for 3_streaming_data/python, referencing chocolate_factory.idl, ChocolateFactorySubscriber.py and ChocolateFactoryPublisher.py.
While running through the Python examples, I noticed a few updates to example 4 that seem to be more inline with the C++ step-by-step flow at https://community.rti.com/static/documentation/connext-dds/6.0.1/doc/manuals/connext_dds/getting_started/cpp11/intro_keys_instances.html#example-chocolate-factory. Example edits in...
I am running the `2_hello_world` example for Python. I am hitting a parsing issue with the converted `hello_world.idl` XML and while I can work around it by following other examples,...