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
* Fix scale of bounding sphere for some geometries
* Avoid adding extra padding to detection using bounding sphere
* Use scale from matrix to avoid assertion failure in clampedAcos
* Fix frustum representation if scaled
* Avoid unnecessary data copying
* Fix frustum representation when scale is changed
* Revert fixes to scaled camera frustum visualization
* Fix computation of Camera vertical FOV
* Fix projection for spherical/cylindrical and lens effects
* Apply lens distortion to segmented image
* Fix projectOnImage for spherical projection and lens distortion
* Fix some issues with projection on image and object in frustum check
* Fix loop
* Fix indentation
* Fix detection on the frustum border
* Fix edge case
* Fix distance to object point
* Improve test viewpoint position and adjust position on image value
* Fix indent
* Add entry in changelog
* Improve fix
* Remove not needed computations
* Test recognition for spherical and cylindrical cameras
* Fix detected object size for spherical and cylindrical cameras
* Fix detected objects info not displayed from overlay without occlusion
* update ChangeLog
* Fix test
* Fix variable initialization
* Fix ClangFormat error
* Cleanup WbAffinePlane and remove multiple normalization
* Fix recognized size of big objects partly behind the device
* Do not update devices if the robot is being deleted
* Fix GL_INVALID_VALUE
* Update segmentation texture GLId after recreating the camera data
* Fix test
* Adjust camera recognition test result
* Clamp UV coordinates
---------
Co-authored-by: Olivier Michel <[email protected]>
Copy file name to clipboardExpand all lines: docs/reference/changelog-r2023.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ Released on ??
52
52
- Fixed bug causing Webots to hang when requesting multiple poses while pose-tracking multiple nodes ([#5952](https://github.com/cyberbotics/webots/pull/5952)).
53
53
- Fixed physics state updates of [Solid](solid.md) nodes added to a descendant [`Joint.endPoint`](joint.md) during simulation ([#5961](https://github.com/cyberbotics/webots/pull/5961)).
54
54
- Fixed unwanted altitude change when reaching a target waypoint in `mavic2pro_patrol.c` ([#5981](https://github.com/cyberbotics/webots/pull/5981)).
55
+
- Fixed the extern controller connection to a target Webots instance when a snap one is running. ([#6002](https://github.com/cyberbotics/webots/pull/6002)).
56
+
- Fixed various issues related to the camera's [Recognition](recognition.md) functionality including image annotations in case of spherical and cylindrical projections ([#5967](https://github.com/cyberbotics/webots/pull/5967)).
57
+
- Fixed [Camera](camera.md) segmentation image if a [Lens](lens.md) is defined. ([#5967](https://github.com/cyberbotics/webots/pull/5967)).
58
+
- Fixed detected object information not available when moving the mouse over the [Camera](camera.md) overlay after the controller termination if [Recognition.occlusion](recognition.md) is set to FALSE. ([#5967](https://github.com/cyberbotics/webots/pull/5967)).
55
59
- Fixed the extern controller connection to a target Webots instance when a snap one is running ([#6002](https://github.com/cyberbotics/webots/pull/6002)).
56
60
- Fixed the double downloading of meshes ([#6034](https://github.com/cyberbotics/webots/pull/6034)).
57
61
- Fixed generation of moment of inertia matrix based on bounding box ([#6048](https://github.com/cyberbotics/webots/pull/6048)).
0 commit comments