We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The straight use case is changing the position of a sensor relative to the vehicle:
camera.set_location(Location(x=2.5))
the camera is sent to the world location (2.5, 0.0, 0.0) and usually breaks the attachment to the vehicle.
I would expect in this situation to set the camera relative to the vehicle that is attached to.
The text was updated successfully, but these errors were encountered:
nsubiron
Successfully merging a pull request may close this issue.
The straight use case is changing the position of a sensor relative to the vehicle:
the camera is sent to the world location (2.5, 0.0, 0.0) and usually breaks the attachment to the vehicle.
I would expect in this situation to set the camera relative to the vehicle that is attached to.
The text was updated successfully, but these errors were encountered: