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
When we migrated camera tracking functionality from GzScene3D to CameraTracking, we forgot to port the ability of configuring it at startup.
GzScene3D
CameraTracking
Camera tracking is configurable from XML.
N/A
Here's the code that needs to be ported:
https://github.com/ignitionrobotics/ign-gazebo/blob/fc2a98ec5e1b149d773eeb6cae4a407bd82a81a2/src/gui/plugins/scene3d/Scene3D.cc#L2726-L2770
Camera tracking added in #226
The text was updated successfully, but these errors were encountered:
can I work on this issue ?
Sorry, something went wrong.
How can this be achieved with the current state?
No branches or pull requests
When we migrated camera tracking functionality from
GzScene3D
toCameraTracking
, we forgot to port the ability of configuring it at startup.Desired behavior
Camera tracking is configurable from XML.
Alternatives considered
N/A
Implementation suggestion
Here's the code that needs to be ported:
https://github.com/ignitionrobotics/ign-gazebo/blob/fc2a98ec5e1b149d773eeb6cae4a407bd82a81a2/src/gui/plugins/scene3d/Scene3D.cc#L2726-L2770
Additional context
Camera tracking added in #226
The text was updated successfully, but these errors were encountered: