Merge master into junior#1633
Merged
mergify[bot] merged 81 commits intotrikset:juniorfrom Mar 1, 2023
Merged
Conversation
Bumps [thirdparty/gamepad/gamepad](https://github.com/trikset/trik-desktop-gamepad) from `5f9ead9` to `d7870ad`. - [Release notes](https://github.com/trikset/trik-desktop-gamepad/releases) - [Commits](trikset/trik-desktop-gamepad@5f9ead9...d7870ad) --- updated-dependencies: - dependency-name: thirdparty/gamepad/gamepad dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…irdparty/gamepad/gamepad-d7870ad Bump thirdparty/gamepad/gamepad from `5f9ead9` to `d7870ad`
…ikset#1481) Bumps [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) from `4ab60e0` to `b66d7c2`. - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@4ab60e0...b66d7c2) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/hidapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Add 'any' for all objects of inside tag
Bumps [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) from `b66d7c2` to `d67b5c9`. - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@b66d7c2...d67b5c9) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/hidapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…t#1493) Bumps [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) from `35e4399` to `80ab06e`. - [Release notes](https://github.com/trikset/trik-checkapp/releases) - [Commits](trikset/trik-checkapp@35e4399...80ab06e) --- updated-dependencies: - dependency-name: thirdparty/checkapp/checkapp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…75` (trikset#1494) Bumps [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) from `bf0701d` to `97a4675`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@bf0701d...97a4675) --- updated-dependencies: - dependency-name: qrtest/thirdparty/googletest/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…party/hidapi-d67b5c9
…ugins/robots/thirdparty/hidapi-d67b5c9 Bump plugins/robots/thirdparty/hidapi from `b66d7c2` to `d67b5c9`
* Add lidar reading * Add lidar as sensor * Simulate lidar * Add lidar emulation for trikbrick * Fixes after review * No need to reread sensor * Polish lidar working * Add Read Lidar Block * Add Read Lidar block to palette * Add generator for Read Lidar block * Disable Read Lidar Block * Need to draw image with real display width and hight * Lupdate * Fix build * Make Vera happy * Update Runtime * Make Vera happy
…t#1504) Bumps [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) from `80ab06e` to `3df13d6`. - [Release notes](https://github.com/trikset/trik-checkapp/releases) - [Commits](trikset/trik-checkapp@80ab06e...3df13d6) --- updated-dependencies: - dependency-name: thirdparty/checkapp/checkapp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ikset#1502) Bumps [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) from `d67b5c9` to `af6c601`. - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@d67b5c9...af6c601) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/hidapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Add setting for pioneer * Add simple pioneer's blocks * Fix build * Change uploading logic * Add switch block generation * Add 'GPIO Init' block * Add 'Set GPIO state' block * Add 'Read GPIO' block * Add pioneer additional settings on settings page * Use QT IFW 4.3 * Add images * Add descriptions and translations
* First step to split save info
* Fix text for read-only flags * Add button to set robot start position under current robot pos * Fix read-only sensors behavior * Use QT IFW 4.3 * Delete vanished translations * Clean the code
`Strict` is obsolete now
* Split serialize for worldModel and robotModel * Split desirialize for worldModel and robotModel and fix some old bugs * Remove annoying warning * Update version number * Change version to 2022.2 * Add version conversion to console mode too * Add messages from project manager to console
* No need encoders auto-configuration * Lupdate
* Drop cursor on ESC * Fix build and add message for updating QT IFW
* Add message trigger to checker * Open 2d model even with errors * Add interpretation errored
but quazip mostly lacks pkg-config support in main distros
Load qt5 translations for modules
* Remove falty `pkg-config --list-all`, that causes crash at the moment on macOS build host * Sloppy ccache for Azure * Remove pessimising move * Azure: add caching on build timeout, but skip full build (UNFINISHED) * Azure: split build scripts
* Support startup with system locale * Enable early logging to console * Code cleanup
* Add variables in messages from checker
```xml
<triggers>
<success/>
<message text="We have finished! Score: %myvar%" >
<replace var="myvar">
<sum> <!-- this expression is like in the 'setter' tag -->
<variableValue name="total_score"/>
<int value="2"/>
</sum>
</replace>
</message>
</triggers>
</event>
```
Co-authored-by: IKhonakhbeeva <i.khonakhbeeva@gmail.com>
* Add log trigger * Lupdate
* Add onSuccess event * Add true condition
* Fix lost robot's position for loadWorldModel action * Fix deploy Co-authored-by: iakov <iakov@users.noreply.github.com>
* Fix printing very small values for printTextBlock * Use degrees for sin and cos in block's programming instead of radians * Fix sin/cos generation for python and js on trik * Fix printTextBlock for trik too
iakov
approved these changes
Mar 1, 2023
This file contains hidden or 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
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.
No description provided.