Skip to content
Snippets Groups Projects
Commit 39982b00 authored by Gatien Ferret's avatar Gatien Ferret
Browse files

[minor] change phrasing for calibration file handling

parent 68170899
No related branches found
No related tags found
1 merge request!348[minor] change phrasing for calibration file handling
Pipeline #289537 failed
Pipeline: LidarView

#289538

    ......@@ -53,6 +53,7 @@ QString lqSensorReaderWidget::GetExplanationOnUI()
    {
    QString caption = "This widget displays all readers currently opened.\n\
    For each sensor, you can see its name, port, pcap and calibration file.\n\
    You can use the [calibrate] button to modify some options (translation, ...)";
    You can use the [Configure] button to adjust X/Y/Z, Roll/Pitch/Yaw, \n\
    lidar data port, and other sensor-specific parameters";
    return caption;
    }
    ......@@ -96,7 +96,8 @@ QString lqSensorStreamWidget::GetExplanationOnUI()
    {
    QString caption = "This widget displays all sensors currently opened.\n\
    For each sensor, you can see its name, port, calibration file, ...\n\
    You can use the [calibrate] button to modify some options (translation, ...)\n\
    You can use the [Configure] button to adjust X/Y/Z, Roll/Pitch/Yaw, \n\
    lidar data port, and other sensor-specific parameters \n\
    You can use the [start]/[stop] button to manage the stream.";
    return caption;
    }
    ......@@ -362,7 +362,7 @@
    </font>
    </property>
    <property name="text">
    <string>Calibrate</string>
    <string>Configure </string>
    </property>
    <property name="fixedHeight" stdset="0">
    <number>25</number>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment