Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector don't properly snap together #6200

Open
ShuffleWire opened this issue Jun 13, 2023 · 0 comments
Open

Connector don't properly snap together #6200

ShuffleWire opened this issue Jun 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ShuffleWire
Copy link
Contributor

Describe the Bug
Connector don't properly snap together, their origin should meet, and they are not.

Steps to Reproduce
Open and run the following world

#VRML_SIM R2023a utf8

EXTERNPROTO "webots://projects/objects/backgrounds/protos/TexturedBackground.proto"
EXTERNPROTO "webots://projects/objects/backgrounds/protos/TexturedBackgroundLight.proto"
EXTERNPROTO "webots://projects/objects/floors/protos/RectangleArena.proto"

WorldInfo {
}
Viewpoint {
  orientation -0.35663917817111335 0.6065882295385431 0.7105344582627423 1.4858716593254526
  position -0.0946073365166472 -0.4077248942271883 0.7913188160793391
}
TexturedBackground {
}
TexturedBackgroundLight {
}
RectangleArena {
}
Robot {
  translation 0 0 0.16
  children [
    Shape {
      appearance PBRAppearance {
      }
      geometry Box {
        size 0.1 0.1 0.1
      }
    }
    Connector {
      translation 0.05 0 0
      model "all"
      isLocked TRUE
      distanceTolerance 1
      axisTolerance 1
      rotationTolerance 1
    }
  ]
}
Robot {
  translation 0.11 3.44968e-07 0.16
  rotation 0 0 -1 -2.8797953071795863
  children [
    Shape {
      appearance PBRAppearance {
      }
      geometry Box {
        size 0.1 0.1 0.1
      }
    }
    Connector {
      translation 0.05 0 0
      model "all"
      distanceTolerance 1
      numberOfRotations 0
    }
  ]
  name "robot(1)"
  physics Physics {
  }
}

Expected behavior
The two cube should connect face to face.

Screenshots
initial state
image
Result (wrong)
image
Expected
image

System

  • Operating System: Debian 11
  • Webots 2023a
@ShuffleWire ShuffleWire added the bug Something isn't working label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant