8000 Tags · Tech-Wizz/webots · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Tech-Wizz/webots

Tags

nightly_17_2_2022

Toggle nightly_17_2_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix notification of field change in a PROTO not propagating through D…

…EF/USE (cyberbotics#4245)

* Fix

* Add test and changelog

* minor

* minor

* Fix header proto

* Fix Mesh ode update

* Fix invalid mesh file

* Changelog

* Cleanup

nightly_16_2_2022

Toggle nightly_16_2_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Automatically convert urls (cyberbotics#4234)

* Automatically convert imageTextures

* camera noise mask

* mesh

* background

* skin

* cppcheck

* Update src/webots/nodes/utils/WbUrl.cpp

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

* Update src/webots/nodes/utils/WbUrl.cpp

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

* typo

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

nightly_15_2_2022

Toggle nightly_15_2_2022's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new matlab command preference (cyberbotics#4233)

* Added matlab path preference with default value

* Starting Matlab from preference command

* removed matlabCommand method

* Correction in default Matlab command for MacOS

* Clang format

* Documentation matlab installation

* Update using-matlab.md

* win64 matlab documentation

* Update changelog-r2022.md

* More detailed win64 doc

* Minor typo corrections

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

* takeLast() for qStringList

* Clean set default matlab command

* fix const assignment

* cpp check remove unreadVariable

* added const variables

* cppcheck suppress unreadVariable

* simplify string append

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

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 <Olivier.Michel@cyberbotics.com>

* Update src/webots/maths/WbMathsUtilities.hpp

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

* Add changelog entry.

* Update src/webots/maths/WbRotation.hpp

* Update docs/reference/changelog-r2021.md

Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>

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 <Olivier.Michel@cyberbotics.com>

* 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 <Olivier.Michel@cyberbotics.com>

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
0