Skip to content

Commit 3e40b0c

Browse files
kartikmohtafacontidavide
authored andcommitted
Correct the string being searched for to find the header stamp field (#44)
1 parent 50d3d1c commit 3e40b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ROS/dialog_select_ros_topics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void DialogSelectRosTopics::closeEvent(QCloseEvent *event)
152152

153153
nonstd::optional<double> FlatContainedContainHeaderStamp(const RosIntrospection::ROSTypeFlat &flat_container)
154154
{
155-
const char* ID = ".header.stamp";
155+
const char* ID = "/header/stamp";
156156
const int renamed_count = flat_container.renamed_value.size();
157157
const int OFF = strlen(ID);
158158

0 commit comments

Comments
 (0)