Skip to content

Commit 6d4de7b

Browse files
CarlosespicurJesusPoderoso4ntn
authored
Sync develop branch with master (#401)
* Refs #21890: Update commercial support section in project README Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21890: Apply rev suggestion Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Match commands in ShapesDemo to documentation (#396) Signed-off-by: Antón Casas <antoncasas@eprosima.com> --------- Signed-off-by: eProsima <jesuspoderoso@eprosima.com> Signed-off-by: Antón Casas <antoncasas@eprosima.com> Co-authored-by: eProsima <jesuspoderoso@eprosima.com> Co-authored-by: Antón Casas <antoncasas@eprosima.com>
1 parent c08bd80 commit 6d4de7b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The communication in the DDS world is mediated by a dedicated `ProxyClient` in c
2727

2828
The communication between a *Micro XRCE-DDS Client* and a *Micro XRCE-DDS Agent* is achieved by means of several kinds of built-in transports: **UDPv4**, **UDPv6**, **TCPv4**, **TCPv6** and **Serial** communication. In addition, there is the possibility for the user to generate its own **Custom** transport.
2929

30+
## Commercial support
31+
32+
Looking for commercial support? Write us to info@eprosima.com
33+
34+
Find more about us at [eProsima’s webpage](https://eprosima.com/).
35+
3036
## Documentation
3137

3238
You can access the *eProsima Micro XRCE-DDS* user documentation online, which is hosted on Read the Docs.
@@ -39,6 +45,3 @@ You can access the *eProsima Micro XRCE-DDS* user documentation online, which is
3945

4046
**eProsima Micro XRCE-DDS Client** claims to be in the **Quality Level 1** category based on the guidelines provided by [ROS 2](https://ros.org/reps/rep-2004.html).
4147
See the [Quality Declaration](QUALITY.md) for more details.
42-
## Getting Help
43-
44-
If you need support you can reach us by mail at `support@eProsima.com` or by phone at `+34 91 804 34 48`.

examples/ShapesDemo/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,13 +438,13 @@ bool compute_command(
438438
(void) compute_print_command(session, stream_id, 3, "create_datareader", arg1, arg1, 0, 0, 0, "");
439439
(void) uxr_run_session_time(session, 20);
440440
}
441-
else if (0 == strcmp(name, "list") || 0 == strcmp(name, "l"))
441+
else if (0 == strcmp(name, "help") || 0 == strcmp(name, "h"))
442442
{
443443
print_commands();
444444
}
445445
else
446446
{
447-
printf("%sUnknown command error, write 'l' or 'list' to show the command list.%s\n", RED_CONSOLE_COLOR,
447+
printf("%sUnknown command error, write 'h' or 'help' to show the command list.%s\n", RED_CONSOLE_COLOR,
448448
RESTORE_COLOR);
449449
shapes_demo_error = 2;
450450
}

0 commit comments

Comments
 (0)