Skip to content

Commit

Permalink
dev: Use help instead of version to verify uxrcegen
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
Ryanf55 authored and Hwurzburg committed Oct 27, 2024
1 parent e169db1 commit 1513e17
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions dev/source/docs/ros2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,22 @@ Test `microxrceddsgen` installation:
.. code-block:: bash
source ~/.bashrc
microxrceddsgen -version
# openjdk version "11.0.18" 2023-01-17
# OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu122.04)
# OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
# microxrceddsgen version: 1.0.0beta2
microxrceddsgen -help
# microxrceddsgen usage:
# microxrceddsgen [options] <file> [<file> ...]
# where the options are:
# -help: shows this help
# -version: shows the current version of eProsima Micro XRCE-DDS Gen.
# -example: Generates an example.
# -replace: replaces existing generated files.
# -ppDisable: disables the preprocessor.
# -ppPath: specifies the preprocessor path.
# -I <path>: add directory to preprocessor include paths.
# -d <path>: sets an output directory for generated files.
# -t <temp dir>: sets a specific directory as a temporary directory.
# -cs: IDL grammar apply case sensitive matching.
# and the supported input files are:
# * IDL files.
::
⚠️ If you have installed FastDDS or FastDDSGen globally on your system: eProsima's libraries and the packaging system in
Expand Down

0 comments on commit 1513e17

Please sign in to comment.