ogma-cli: Make example file consistent with associated tutorial. Refs #343.#344
Merged
ivanperez-keera merged 2 commits intonasa:developfrom Feb 6, 2026
Conversation
…asa#343. The auxiliary file `ogma-cli/examples/ros2-001-hello-ogma/expressions.json` does not match the copy of the file included in the ROS 2 tutorial in the same folder. Specifically, the file states the property in positive form, while whereas the tutorial states the negation of the same property. The two versions should match. This commit modifies the auxiliary file `expressions.json` under the same folder of the ROS 2 tutorial to match the contents included in the associated `README.md`. The file also matches the description of the behavior given in the tutorial, as well as the one in the cFS tutorial (both in the cFS tutorial's auxiliary file and associated `README.md`).
Member
Author
|
Change Manager: Verified that:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modify file
expressions.jsonto match associated ROS 2 tutorial inREADME.md, as prescribed in the solution proposed for #343.