forked from cyberbotics/webots
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master into develop #3
Open
github-actions
wants to merge
979
commits into
develop
Choose a base branch
from
sync-master-e245aa3c5
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added info regarding the name tag Added info regarding the default name tag in Accelerometer.md * Code formatting Co-authored-by: Olivier Michel <[email protected]> * Code formatting 2 * redaction improvement Co-authored-by: Olivier Michel <[email protected]> * added github_tree url to reference .wrl node file Co-authored-by: Olivier Michel <[email protected]> Co-authored-by: Olivier Michel <[email protected]>
…berbotics#5457) * fix crash on delete * Update changelog-r2023.md
Merge released in master
Co-authored-by: Olivier Michel <[email protected]>
Merge master in develop
* Fixed tmp path on macOS * Fixed tmp dir also for extern controllers on macOS
* Fix instructions * update translations * Clarify * Undo * Update translations Co-authored-by: Olivier Michel <[email protected]>
* remove path normalization + replace optparse * keep normpath for non-empty directories
some returned string. Co-authored-by: Yann LEROY <[email protected]>
Merge master into develop
Co-authored-by: Olivier Michel <[email protected]>
Co-authored-by: Olivier Michel <[email protected]>
* Fixed motor sounds on macOS * Better code * Update changelog-r2023.md Co-authored-by: Stefania Pedrazzi <[email protected]>
* fix gtao * Update src/wren/PostProcessingEffect.cpp Co-authored-by: Yannick Goumaz <[email protected]> Co-authored-by: Yannick Goumaz <[email protected]>
* rename func + add to python * keep old name Co-authored-by: ad-daniel <[email protected]>
…5511) Co-authored-by: ad-daniel <[email protected]>
* Debug * Fix * Cleanup * Better solution
* Fix test suite * Update test_suite_supervisor.py * Sanity check, add bug * Update WbLightSensor.cpp
* add missing methods in supervisor and driver * global api + remove useless methods
* GPS: Fix initial speed measure Using the previous position, which was not initialized correctly, yields bad speed results. Initialize by default at NaN. Fix some typos as well. * GPS: Use ODE to get speed * Fixed shadowed variable * initial speed is null * add doc * Update src/webots/nodes/WbGps.cpp Co-authored-by: Stefania Pedrazzi <[email protected]> * Update src/webots/nodes/WbGps.cpp Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/gps.md Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/gps.md Co-authored-by: Stefania Pedrazzi <[email protected]> * add changelog entry * change robot to parent node in doc * update gps test update to match recent changes, shorter * Update tests/api/controllers/gps_speed/gps_speed.c Co-authored-by: Stefania Pedrazzi <[email protected]> * d * change test to include physic gps test * include and typo * fix expected speed * add static * change expected values Co-authored-by: Yann LEROY <[email protected]> Co-authored-by: Olivier Michel <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]>
* Backport gtao fixes * stlye
…o-develop Merge master into develop
* Simplified imports * If the python command is missing, provide a default value * Update WbLanguageTools.cpp * Update WbLanguageTools.cpp
Co-authored-by: ad-daniel <[email protected]>
* Fix mesh double loading * restore * better fix * better fix * restore downloader * changelog
* install manually 2.10 * fix * fix * Fix dir * test * fix * fix path * debug * fix failed link * verbose * platform discard * Only check platform config * fix * revert useless string init * cleanup * quiet mode * revert * Remove unneeded initialization to default value * Update test_cppcheck.py * Ignore addiitional folders containing MOC files --------- Co-authored-by: Stefania Pedrazzi <[email protected]>
* Fix when object is already in the world * Fix insert * test sources * import order * Update changelog-r2023.md --------- Co-authored-by: Olivier Michel <[email protected]>
* Fix python getRangeImageArray API function name * Update changelog-r2023.md * Update changelog-r2023.md
…g object cyberbotics#4906 (cyberbotics#6048) * ensured correct mass is set during I matrix generation from bounding box * ensured correct mass is set during I matrix generation from bounding box * code refactoring cyberbotics#4906 * Update changelog-r2023.md logging fix for bug cyberbotics#4906 * Update src/webots/nodes/WbSolid.cpp Co-authored-by: Stefania Pedrazzi <[email protected]> * removing unused constant * refactoring of reference density in WbSolid.cpp * adjusted changes for clang format * Update docs/reference/changelog-r2023.md Co-authored-by: Stefania Pedrazzi <[email protected]> --------- Co-authored-by: Olivier Michel <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]>
…731d905 Merge released into master
* Fixes build badges on develop * Test * Fix
* 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]>
* Fix crash when mTriangleMesh is NULL * Update changelog-r2023.md * Skip if node not finalized
…berbotics#6100) * Fix computation of relative orientation * Update changelog * Adjust test
* Fix joint axes * Update changelog
* add delta with previous angle for limit computation * Update changelog-r2023.md
* Fixed ODE compilation warnings * False positive still present in GCC 13 * Fixed more warnings
* fix bounding sphere * fix mesh loading
* Fix escaping path * Update changelog * Update WbProtoTemplateEngine.cpp * Fix escape character
* Fix node comparison * example
* Cleanup unused files and parameter * remove form worlds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Synchronizes changes of master branch into develop branch.