Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Learn Graphics view framework

    General and Desktop
    3
    4
    133
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      viniltc last edited by

      Hi All,

      I'm looking forward to a simple example to display a six-axis IMU values Graphics View Framework in Qt. Any suggestions would be appreciated.

      Thank you.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Can you explain what a six axis IMU is ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 1
        • mrjj
          mrjj Lifetime Qt Champion last edited by mrjj

          Hi
          Do you mean a gyroscope ?

          alt text

          ah, it is a term.
          "An IMU is a specific type of sensor that measures angular rate, force and sometimes magnetic field. IMUs are composed of a 3-axis accelerometer and a 3-axis gyroscope, which would be considered a 6-axis IMU. "

          So do you have an idea of how you want to visualize it and ask how to create that in Graphics View Framework or do you ask about ideas how to actually visualize it ?

          Like here ?
          http://www.starlino.com/imu_guide.html

          V 1 Reply Last reply Reply Quote 0
          • V
            viniltc @mrjj last edited by viniltc

            @mrjj Thanks a lot :)
            As a first step, I'm looking forward to an example to show 6 axis values as a line graph (angle and acceleration vs. time) using the Graphics View Framework. I need to see the sensor values as follows:
            imu_screen.JPG

            On the other hand, it took me a bit late to know about QCustomPlot, that has built entirely for this purpose. I'm trying to fiddle with some static plots using QCustomPlot. Now the next step is to write IMU sensor values (3 axis accelerometer and 3 axis gyro).

            1 Reply Last reply Reply Quote 1
            • First post
              Last post