Skip to content

Commit ef433b6

Browse files
Update docs
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent a4b4097 commit ef433b6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • ddsenabler_docs/docs/ddsenabler/installation

ddsenabler_docs/docs/ddsenabler/installation/linux.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ Run an example
272272
In this section, we will run a publish example mimicking the behavior of the classic *Hello World* ROS 2 talker in a specific domain. For simplicity, we will use the *eProsima DDS Enabler* example application
273273
with the already provided configuration file and sample data from a test case in the *dds_enabler_test* package.
274274

275+
.. note::
276+
277+
To run a service or action example, please refer to the corresponding readme in the examples folder.
278+
275279
To run this *eProsima DDS Enabler* example, source the installation path and execute the executable file that has been installed in :code:`<install-path>/dds_enabler_tool/bin/dds_enabler`:
276280

277281
.. code-block:: bash
@@ -286,7 +290,7 @@ To run this *eProsima DDS Enabler* example, source the installation path and exe
286290
cd <dds-enabler-workspace>
287291
source install/setup.bash
288292
export TEST_PATH=$PWD/src/DDS-Enabler/ddsenabler_test/compose/test_cases/publish/discovered_type
289-
./build/ddsenabler/examples/ddsenabler_example --config $TEST_PATH/config.yml --timeout 10 --expected-types 1 --expected-topics 1 --publish-path $TEST_PATH/samples --publish-topic rt/chatter --publish-period 200 --publish-initial-wait 5000
293+
./build/ddsenabler/examples/publish/ddsenabler_example_publish --config $TEST_PATH/config.yml --timeout 10 --expected-types 1 --expected-topics 1 --publish-path $TEST_PATH/samples --publish-topic rt/chatter --publish-period 200 --publish-initial-wait 5000
290294
291295
.. important::
292296

0 commit comments

Comments
 (0)