Skip to content

Commit 243bf5c

Browse files
committed
fix ROS grammar tests and validators
1 parent 63beeda commit 243bf5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/de.fraunhofer.ipa.ros.xtext.tests/resources/basic_msgs/common_msgs.ros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ PackageSet{
116116
TopicSpec MarkerArray{ message { Marker[] markers }},
117117
TopicSpec MenuEntry{ message { uint32 id uint32 parent_id string title string command uint8 FEEDBACK=0 uint8 ROSRUN=1 uint8 ROSLAUNCH=2 uint8 command_type }}
118118
}}
119-
}
119+
}

plugins/de.fraunhofer.ipa.ros.xtext.tests/resources/basic_msgs/ros_core.ros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ PackageSet{
3737
ServiceSpec SetBool{ request { bool data } response { bool success string message } },
3838
ServiceSpec Trigger{ request { } response { bool success string message } }
3939
}}
40-
}
40+
}

0 commit comments

Comments
 (0)