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

Generate component model at run time #44

Merged
merged 7 commits into from
Jan 9, 2024
Merged

Conversation

ipa-rwu
Copy link
Collaborator

@ipa-rwu ipa-rwu commented Jan 9, 2024

usage:

# Create .ros2 for each node in a runtime system

ros2 model node [-h] [--spin-time SPIN_TIME] [-s] [--no-daemon] [-o OUTPUT_FOLDER]
                       [--include_hidden_nodes] [--include_hidden_interfaces]

options:

  • -h, --help show this help message and exit
  • --no-daemon Do not spawn nor use an already running daemon
  • -o OUTPUT_FOLDER, --output_folder OUTPUT_FOLDER
    The folder for storing the generated models.
  • --include_hidden_nodes
    Consider hidden nodes.
  • --include_hidden_interfaces
    Consider hidden topics, services or actions.
    e.g.
ros2 model node --include_hidden_interfaces

@ipa-rwu ipa-rwu merged commit 3a128a0 into main Jan 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant