forked from gtri/scrimmage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/gtri/scrimmage
* 'master' of https://github.com/gtri/scrimmage: (227 commits) allowing an external force in the fixed wing model added a loop to call close() for all metrics plugins in simcontrol's shutdown() method (gtri#515) added more randomness to the entityPlugin shape hash (gtri#514) allow setting initial scale of aircraft in a mission file (gtri#511) fixed nullptr in draw_sphere (gtri#507) added optional argument of enable_gui with ardupilot SITL (gtri#513) Update GPS.proto Fix could not find plugin ROSAirSim bug (gtri#500) updated terrain generation docs Update docs to reflect Internal GTRI Mailing List and Fix Link (gtri#485) exposed the flush() function so that partial log files can be written in the case of scrimmage crashing Added a printer utility in the log directory. Usage comments are in src/log/Print.cpp. This utility is shared among plugins in the simulation and can be invoked to print to both the console and to a file in the log directory called console.log. * PrintDev() * PrintInfo() * PrintWarning() * PrintError() fix build issues Updated shape docs per issue gtri#438 Update README.md Create BatchExample.py Update multiple-local-runs.rst Fixing multi-agent bugs in scrimmage/openai travis.yml: Push docs to server from Ubuntu 20.04 docker image create docker tags for xenial, focal, latest ...
- Loading branch information
Showing
399 changed files
with
16,172 additions
and
3,196 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,7 @@ tags* | |
**.DS_Store | ||
**.ccls* | ||
.vscode | ||
env | ||
.idea* | ||
python/scrimmage/bindings | ||
python/dist |
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
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
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
5 changes: 5 additions & 0 deletions
5
3rd-party/packages/scrimmage-dependencies/bionic/debian/changelog.in
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
scrimmage-dependencies (@ARG_SOURCE_VERSION@.@ARG_PPA_VERSION_NUMBER@-@ARG_PPA_VERSION_NUMBER@-@ARG_DISTRIBUTION@ppa@ARG_PPA_VERSION_NUMBER_SUFFIX@) @ARG_DISTRIBUTION@; urgency=medium | ||
|
||
* Initial upload! | ||
|
||
-- Kevin DeMarco <[email protected]> @DATE_STRING@ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
16 changes: 16 additions & 0 deletions
16
3rd-party/packages/scrimmage-dependencies/bionic/debian/control
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Source: scrimmage-dependencies | ||
Section: devel | ||
Priority: optional | ||
Maintainer: Kevin DeMarco <[email protected]> | ||
Build-Depends: debhelper (>= 9), cmake, build-essential | ||
Homepage: https://www.scrimmagesim.org | ||
|
||
Package: scrimmage-dependencies | ||
Depends: scrimmage-pybind11, | ||
scrimmage-jsbsim, | ||
scrimmage-protobuf3, | ||
scrimmage-grpc | ||
Architecture: any | ||
Multi-Arch: same | ||
Description: dependencies used by SCRIMMAGE | ||
This is the version of dependencies used by SCRIMMAGE |
Oops, something went wrong.