Skip to content
Snippets Groups Projects
Commit 6fb98d06 authored by Johannes Mey's avatar Johannes Mey
Browse files

separate relast preprocessor from ros2rag

parents
No related branches found
No related tags found
No related merge requests found
Model ::= RobotArm ZoneModel ;
ZoneModel ::= <Size:IntPosition> SafetyZone:Zone* ;
Zone ::= Coordinate* ;
RobotArm ::= Joint* EndEffector <_AttributeTestSource:int> /<_AppropriateSpeed:double>/ ; // normally this would be: <AttributeTestSource:int> ;
Joint ::= <Name> <CurrentPosition:IntPosition> ; // normally this would be: <CurrentPosition:IntPosition>
EndEffector : Joint;
Coordinate ::= <Position:IntPosition> ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment