Tags: core-code/webots
Tags
Fix call of getkey() keyboard during robot_step for ROS and add Batte… …ry warning when it is empty (cyberbotics#3783) * add changelog and copy of PR 3772 * fix changelog PR number * Update changelog-r2021.md * fix typo changelog Co-authored-by: Olivier Michel <[email protected]>
Fix call of getkey() keyboard during robot_step for ROS and add Batte… …ry warning when it is empty (cyberbotics#3783) * add changelog and copy of PR 3772 * fix changelog PR number * Update changelog-r2021.md * fix typo changelog Co-authored-by: Olivier Michel <[email protected]>
Fix call of getkey() keyboard during robot_step for ROS and add Batte… …ry warning when it is empty (cyberbotics#3783) * add changelog and copy of PR 3772 * fix changelog PR number * Update changelog-r2021.md * fix typo changelog Co-authored-by: Olivier Michel <[email protected]>
Fix crash in Highway_overtake.wbt cyberbotics#3556 due to acos gettin… …g out of va… (cyberbotics#3734) * Fix crash in Highway_overtake.wbt cyberbotics#3556 due to acos getting out of valid range value causing a NaN valid to be generated. This in turn is assigned to a WbRotation angle which triggers an infinite notification loop leading to a stack overflow. A equality check with a NaN value always being false, the WbSFRotation keeps on emitting changed signals. Add WbMathsUtilities::clampedAcos and replace acos calls with that when the code in place was not already checking the bounds. Add WbMathsUtilities::clampedAsin too, and update code using asin to prevent indefinite values being generated. Both functions are inline for performance reasons. * Wrong include position... * Update src/webots/maths/WbMathsUtilities.hpp Co-authored-by: Olivier Michel <[email protected]> * Update src/webots/maths/WbMathsUtilities.hpp Co-authored-by: Olivier Michel <[email protected]> * Add changelog entry. * Update src/webots/maths/WbRotation.hpp * Update docs/reference/changelog-r2021.md Co-authored-by: Olivier Michel <[email protected]>
Fix Laser intersecting transparent objects cyberbotics#3468 (cyberbot… …ics#3726) * Fix Laser intersecting transparent objects cyberbotics#3468 * Update src/webots/nodes/WbGeometry.hpp Co-authored-by: Olivier Michel <[email protected]> * Change WbDistanceSensor to ignore transparent objects for Lase and Infra Red cases. Update documentation for Distance Sensor new behaviour following PR comments. * Removes white spaces. * Update Changelog. * Update changelog-r2021.md * Slightly improved Co-authored-by: Olivier Michel <[email protected]>
Merge pull request cyberbotics#3722 from cyberbotics/released Merge released into master
Attempt to fix Window CI build (cyberbotics#3699) * Update test_suite_windows.yml * Update test_suite_windows_develop.yml * Update test_suite_windows.yml * Update test_suite_windows_develop.yml * Update test_suite_windows.yml * Update test_suite_windows_develop.yml * Update test_suite_windows.yml * Update test_suite_windows_develop.yml * Update bash_profile.windows
PreviousNext