Skip to content
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

[21821] Update Use Case: How to use eProsima DDS Record and Replay #927

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

depink5
Copy link
Contributor

@depink5 depink5 commented Oct 7, 2024

Description

Change the section 15.12 in the Fast-DDS documentation to be up to date with the eProsima DDS Record and Replay version.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • N/A Code snippets related to the added documentation have been provided.
  • Documentation tests pass locally.
  • N/A Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • CI passes without warnings or errors.

@depink5 depink5 force-pushed the feature/update_section_15_12 branch from 435342a to 4d71184 Compare October 7, 2024 10:51
@depink5 depink5 changed the title Update Use Case: How to use eProsima DDS Record and Replay [21821] Update Use Case: How to use eProsima DDS Record and Replay Oct 7, 2024
@@ -5,7 +5,7 @@ SWIG

SWIG_ is a development tool that allows connecting programs written in C/C++ with a variety of
other programming languages, among them Python.
SWIG 4.0 is required in order to build Fast DDS Python bindings.
SWIG 4.1 is required in order to build Fast DDS Python bindings.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SWIG 4.1 is required in order to build Fast DDS Python bindings.
SWIG version lower than 4.2 is required to build Fast DDS Python bindings.

@@ -19,7 +19,7 @@ For Ubuntu, please run:

.. code-block:: bash
sudo apt install swig
sudo apt install swig4.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package does not exist for Ubuntu 22. Just add a warning that this is required for Ubuntu 24. I mean, the same command with swig4.1 for ubuntu 24.

See an example on how to create this warnings here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants