Skip to content

Simplify the Xtext grammar for the definiton of ROS parameters  #129

@ipa-nhg

Description

@ipa-nhg

the ROS model grammar for the definition of parameters is with the current version the following:

Parameter { name 'myIntParam' type Integer { default 5 } }}}

It can be simplified to:

Parameter { name 'myIntParam' type Integer default 5 }}}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions