Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to modelate a 3D robot in QML and animate it
QtWS25 Last Chance

How to modelate a 3D robot in QML and animate it

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 738 Views
  • 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.
  • J Offline
    J Offline
    JoeBermejales
    wrote on 14 May 2019, 13:21 last edited by JoeBermejales
    #1

    Hi everyone,

    I'd like to know your opinions about how to implement a 3D model into QML and animate it from a C++ backend.

    I know that this is a very opened question, but after reviewing the Qt documentation, I can't figure out which is the best approach and general steps to follow.

    We would like to have a manipulable virtual 3D robot object that replicates the real movement of a physical robot. We have the 3D model (.obj or 3ds) of the robot and the key variables of the joints, speed, etc... in a real time backend, that we can communicate with the QML side.

    Our doubst are about the 3D implementation from some 3d object files and how to load, move and manipulate them in the 3d space in a simple, scalable and easy way.

    There are several official examples, which one would be a starting point for our requirements?

    Thanks in advance, any idea is really welcome

    alt text

    http://reparacionplotter.com

    P 1 Reply Last reply 14 May 2019, 14:47
    0
    • J JoeBermejales
      14 May 2019, 13:21

      Hi everyone,

      I'd like to know your opinions about how to implement a 3D model into QML and animate it from a C++ backend.

      I know that this is a very opened question, but after reviewing the Qt documentation, I can't figure out which is the best approach and general steps to follow.

      We would like to have a manipulable virtual 3D robot object that replicates the real movement of a physical robot. We have the 3D model (.obj or 3ds) of the robot and the key variables of the joints, speed, etc... in a real time backend, that we can communicate with the QML side.

      Our doubst are about the 3D implementation from some 3d object files and how to load, move and manipulate them in the 3d space in a simple, scalable and easy way.

      There are several official examples, which one would be a starting point for our requirements?

      Thanks in advance, any idea is really welcome

      alt text

      P Offline
      P Offline
      Pablo J. Rogina
      wrote on 14 May 2019, 14:47 last edited by
      #2

      @JoeBermejales I'd say you may to take a look at Gazebo simulator, since there are several robotic arms already simulated based on a 3D model and you will be able to manipulate it in the simulator as well.

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1

      1/2

      14 May 2019, 13:21

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved