Skip to content

Additions of examples#1

Open
ajmhs wants to merge 15 commits intorticommunity:mainfrom
ajmhs:ajmh_additions
Open

Additions of examples#1
ajmhs wants to merge 15 commits intorticommunity:mainfrom
ajmhs:ajmh_additions

Conversation

@ajmhs
Copy link
Copy Markdown

@ajmhs ajmhs commented Feb 3, 2026

Additions of examples and dockerfiles to the main codebase of the Reference Architecture as discussed.

ajmhs added 2 commits February 3, 2026 12:29
…e the Medtech Reference Architecture.

Add dockerfile scripts which allow for containerization
@ajmhs ajmhs requested a review from franporcel February 3, 2026 16:09
ajmhs added 2 commits February 4, 2026 16:24
Integrated Vector CANoe example/demo and created README.
Updated examples README
[submodule "resource/cmake/rticonnextdds-cmake-utils"]
path = resource/cmake/rticonnextdds-cmake-utils
url = https://github.com/rticommunity/rticonnextdds-cmake-utils
[submodule "examples/lss_robot/LSS_Library_Python"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

For some reason the submodule didn't get added to the git index (maybe not committed?), so git submodule update --init ... didn't pull in the LSS submodule. I used this to add the submodule locally, but examples/lss_robot/LSS_Library_Python just needs to be committed.

git submodule add -f https://github.com/Lynxmotion/LSS_Library_Python.git examples/lss_robot/LSS_Library_Python

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I reformatted the style to align with the modules. I will commit these changes in a doc-only commit.
I added a section on "setup" - this should be reviewed for accuracy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Comment on lines +97 to +98
[DDS::Writer::Reliability=BEST_EFFORT]
[DDS::Writer::History=KEEP_ALL]
Copy link
Copy Markdown
Collaborator

@wcoleman-rti wcoleman-rti Feb 18, 2026

Choose a reason for hiding this comment

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

I'm unfamiliar with CANoe vCDL, but BEST_EFFORT + KEEP_ALL doesn't usually make sense. For telemetry data, we may want BEST_EFFORT + KEEP_LAST.

Comment on lines +91 to +92
[DDS::Reader::Reliability=RELIABLE]
[DDS::Reader::History=KEEP_ALL]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We should be using RELIABLE + KEEP_LAST if we want to align with the DataFlowLibrary::Command qos used for t/MotorControl elsewhere.

Comment on lines +103 to +104
[DDS::Reader::Reliability=RELIABLE]
[DDS::Reader::History=KEEP_ALL]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We should be using RELIABLE + KEEP_LAST if we want to align with the DataFlowLibrary::Command qos used for t/MotorControl elsewhere.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ajmhs I pushed doc-only commit fc19708, please review for accuracy.

Copy link
Copy Markdown
Collaborator

@wcoleman-rti wcoleman-rti left a comment

Choose a reason for hiding this comment

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

@ajmhs I made a first pass review. Mostly doc styling changes to the readmes, but a few minor tweaks to variables/config to get things running on my machine.
Please review the suggestions I made and if they're valuable to include, or would break your setup for demoing purposes (in which case we should more clearly document setup expectations and exceptions).

ajmhs and others added 9 commits February 25, 2026 16:07
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
Co-authored-by: wcoleman-rti <108848592+wcoleman-rti@users.noreply.github.com>
…g demo.

Updated xbox & joystick controllers, and telemetry bridge app for commonality.
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.

2 participants