You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue comes from this line in the renderer logic. In future builds, this line should be changed to cameraCollider.center = internal_state.uavCenterOfMass;.
For versions v2.0.3 and v2.0.4-b1, this issue has been hotfixed in issue #116 in the ROS Bridge, but should be fixed properly for future builds.
The text was updated successfully, but these errors were encountered:
Winter-Guerra
changed the title
Camera 1 gets initialized to the center of mass of all cameras
Renderer places cam #1 in the center of mass of all cameras when multicam is enabled.
Mar 19, 2019
The issue comes from this line in the renderer logic. In future builds, this line should be changed to
cameraCollider.center = internal_state.uavCenterOfMass;
.For versions
v2.0.3
andv2.0.4-b1
, this issue has been hotfixed in issue #116 in the ROS Bridge, but should be fixed properly for future builds.The text was updated successfully, but these errors were encountered: