Git Product home page Git Product logo

Comments (2)

cardboardcode avatar cardboardcode commented on September 23, 2024

Short-Term Workaround 🩹

The source of the error seems to be that the following .dae 3D model files were not properly filled out.

To resolve this quickly, please edit the concerned .dae files concerning mecharm_pi robot model:

  1. base.dae
  2. link1.dae
  3. link2.dae
  4. link3.dae
  5. link4.dae
  6. link5.dae
  7. link6.dae

For each file, remove the highlighted lines (as indicated by <---- REMOVE THIS ) below from all aforementioned files:

<?xml version="1.0" encoding="UTF-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
  <asset>
    <contributor>
      <author /> <---- REMOVE THIS
      <authoring_tool>Rhinoceros 7.5.21082.11001</authoring_tool>
      <comments>Output from Rhinoceros COLLADA Exporter</comments>
      <copyright /> <---- REMOVE THIS
      <source_data /> <---- REMOVE THIS
    </contributor>
    <created>2022-04-22T03:05:56Z</created>
    <modified>2022-04-22T03:05:56Z</modified>
    <unit meter="0.001" name="Millimeters" />
    <up_axis>Z_UP</up_axis>
  </asset>

from mycobot_ros.

cardboardcode avatar cardboardcode commented on September 23, 2024

Long Term Fix Suggestion 🥳

As a proper fix for the long-term, it would be better to modify the .dae files as follows:

<?xml version="1.0" encoding="UTF-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
  <asset>
    <contributor>
      <author>Elephant Robotics</author>
      <authoring_tool>Rhinoceros 7.5.21082.11001</authoring_tool>
      <comments>Output from Rhinoceros COLLADA Exporter</comments>
      <copyright>Apache 2.0</copyright>
      <source_data></source_data>
    </contributor>
    <created>2022-04-22T03:05:56Z</created>
    <modified>2022-04-22T03:05:56Z</modified>
    <unit meter="0.001" name="Millimeters" />
    <up_axis>Z_UP</up_axis>
  </asset>

from mycobot_ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.