Skip to content

Tags: lineCode/webots

Tags

nightly_6_1_2022

Toggle nightly_6_1_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow the use of WebotsView in Safari (cyberbotics#4096)

nightly_5_1_2022

Toggle nightly_5_1_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add name to range finder (cyberbotics#4083)

nightly_4_1_2022

Toggle nightly_4_1_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add name to range finder (cyberbotics#4083)

R2022a

Toggle R2022a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cyberbotics#4050 from cyberbotics/merge-master-int…

…o-develop

Merge master into develop

nightly_1_10_2021

Toggle nightly_1_10_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

nightly_30_9_2021

Toggle nightly_30_9_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

nightly_29_9_2021

Toggle nightly_29_9_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cyberbotics#3722 from cyberbotics/released

Merge released into master

nightly_24_9_2021

Toggle nightly_24_9_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix log WebotsJS (cyberbotics#3711)

nightly_23_9_2021

Toggle nightly_23_9_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix log WebotsJS (cyberbotics#3711)

nightly_22_9_2021

Toggle nightly_22_9_2021's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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