Branch: master
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Reduced warning level in Unity build (#2672)
* Reduced warning level in Unity build * Pr/2672 (#1) * [Unity] Reduce build warnings Change -Weverything to -Wextra * [Travis] Simplify Unity build command * [Unity] Fix missing override warnings Co-authored-by: Rajat Singhal <rajatsinghal564@gmail.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #2669 from saihv/PR/UE_4.25
Add support for Unreal Engine 4.25
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Block VR plugins, add FModuleManager include for 4.25 compat
saihv committedMay 6, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2328 from rajat2004/unity-buil-improvements
Unity build improvements
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #2620 from rajat2004/docs
Update docs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
[docs] Add note to source setup.bash in ROS pkgs
rajat2004 committedApr 30, 2020 -
[docs] Update CHANGELOG.md (#2555)
* [docs] Update Readme What's New section * [docs] Update Changelog.md
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
* [Pythonclient/types] Fix set_throttle method in CarControls * [PythonClient] Remove return from void-type APIs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2634 from microsoft/clovett/vs2019
Fix some PX4 issues with latest master branch
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Fix Lidar DrawDebugPoints causing crash (#2614)
Make the points non-persistent and reduce Lifetime
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #2565 from rajat2004/api-docs
[Pythonclient] Add missing docstrings
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
[px4] bug-fix: MavLinkMultirotorApi::sendHILSensor() - update last_hi…
…l_sensor_time_ if no actuator control is recieved (#2556)
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Fix macos build relating to setThreadName helper function. Print message when home GPS location is set. Delay connecting UDP connection to avoid socket errors.
-
lovettchris committed
Apr 28, 2020
-
Merge pull request #2625 from saihv/PR/perlin
Added missing perlin noise texture and retargeted weather materials
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
[unity] Add setCameraFoV implementation
rajat2004 committedApr 10, 2020 -
-
[unity] Updated Project files to Unity 2019
rajat2004 committedFeb 25, 2020 -
[unity] add unity packages folder, manifest.json
rajat2004 committedFeb 25, 2020 -
[unity] CMakeLists.txt fixes, add Boost detection, fix incorrect comp…
rajat2004 committedJan 6, 2020 …iler warning flag
-
rajat2004 committed
Nov 27, 2019 Upgrade to clang 8, Fix CMake detection, non-standard string comparision, remove whitespace, spurious semicolons Add debug info
-
[unity] add generated Unity folders to gitignore
rajat2004 committedNov 27, 2019 -
rajat2004 committed
Nov 27, 2019 -
[Pythonclient/docs] Add Vehicle, Car client classes, more fixes
List members without docstrings also, add viewcode extension