Skip to content

Hot fix: Readme compiler is broken.#230

Merged
NadiaHG merged 1 commit into
mainfrom
HotFixReadmeCompilerGlobalParams
Nov 27, 2025
Merged

Hot fix: Readme compiler is broken.#230
NadiaHG merged 1 commit into
mainfrom
HotFixReadmeCompilerGlobalParams

Conversation

@NadiaHG

@NadiaHG NadiaHG commented Nov 19, 2025

Copy link
Copy Markdown
Member

The global parameters are defined ros.Parameters(*) and not RosParameters, they are the node-local parameters. The current status is not working and breaks the rossystem files compilation while parameters are defined. tested with https://github.com/ipa-nhg/RosModelsCatalog/blob/main/arms/UR/ur_robot.rossystem

(*)

<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="ecore:EClass ../../de.fraunhofer.ipa.ros/model/ros.ecore#//Parameter"
derived="true" containment="true"/>

('parameters:'
BEGIN
parameter+=Parameter*
END
) |

Parameter returns Parameter:
{Parameter}
name=EString':'
BEGIN
('ns:' namespace=Namespace)?
'type:' type=ParameterType
('value:' value=ParameterValue)?
END
;

… as ros.Parameters and not RosParameters, they are the node-local parameters
@NadiaHG NadiaHG requested a review from ipa-rwu November 19, 2025 13:53
@NadiaHG NadiaHG merged commit 42af44f into main Nov 27, 2025
2 checks passed
@NadiaHG NadiaHG deleted the HotFixReadmeCompilerGlobalParams branch November 27, 2025 12:57
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