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

Merge branch 'minor/UpdateCalibFileWording' into 'master'

[minor] change phrasing for calibration file handling

See merge request !350
parents 68170899 68dad3e1
No related branches found
No related tags found
1 merge request!350[minor] change phrasing for calibration file handling
Pipeline #290135 canceled
Pipeline: LidarView

#290136

    ......@@ -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