Replies: 2 comments 4 replies
-
| Strange. I will try to have a look. | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            -
| There must be something wrong with your mesh normals. It works well after disabling mesh normal smoothing: robot = scene.add_entity(
    gs.morphs.MJCF(
        file="/Users/alexis.duburcq/Downloads/urdf-2/Crank_slider_system_V3_Pjoint_sensor_V2.xml",
    ),
    surface=gs.surfaces.Default(
        smooth=False,
    )
) | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
urdf.zip
Crank_slider_system_V3_Pjoint_sensor_V2.xml
The same error as before occurs again.
Could there be a problem with my settings?
Thank you. #1483
Beta Was this translation helpful? Give feedback.
All reactions