forked from Cosys-Lab/Cosys-AirSim
-
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 pull request Cosys-Lab#19 from Cosys-Lab/5.4.2
Matlab Client - Fixed timestamp retrieval
- Loading branch information
Showing
3 changed files
with
20 additions
and
19 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
Binary file not shown.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="4071223196" file="D:\BigProjects\airsimUpgrade\Matlab\Cosys-AirSim Matlab API Client.prj" location="D:\BigProjects\airsimUpgrade\Matlab" name="Cosys-AirSim Matlab API Client" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="4071223196" file="D:\BigProjects\Cosys-AirSim-Public\Matlab\Cosys-AirSim Matlab API Client.prj" location="D:\BigProjects\Cosys-AirSim-Public\Matlab" name="Cosys-AirSim Matlab API Client" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>Cosys-AirSim Matlab API Client</param.appname> | ||
<param.authnamewatermark>Wouter Jansen</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
|
@@ -8,7 +8,7 @@ | |
<param.description>This a client implementation of the RPC API for Matlab for the Cosys-AirSim simulation framework. A main class AirSimClient is available which implements all API calls. | ||
Do note that at this point not all functions have been tested and most function documentation was auto-generated. This is still a WIP client.</param.description> | ||
<param.screenshot /> | ||
<param.version>3.0.0.1</param.version> | ||
<param.version>3.0.0.2</param.version> | ||
<param.output>${PROJECT_ROOT}\Cosys-AirSim Matlab API Client.mltbx</param.output> | ||
<param.products.name> | ||
<item>Aerospace Toolbox</item> | ||
|
@@ -105,6 +105,7 @@ Do note that at this point not all functions have been tested and most function | |
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}\AirSimCameraTypes.m</file> | ||
<file>${PROJECT_ROOT}\AirSimClient.asv</file> | ||
<file>${PROJECT_ROOT}\AirSimClient.m</file> | ||
<file>${PROJECT_ROOT}\AirSimDrivetrainTypes.m</file> | ||
<file>${PROJECT_ROOT}\AirSimGenerateColorMap.m</file> | ||
|
@@ -121,7 +122,7 @@ Do note that at this point not all functions have been tested and most function | |
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="Cosys-AirSim Matlab API Client.mltbx" optional="false">D:\BigProjects\airsimUpgrade\Matlab\Cosys-AirSim Matlab API Client.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="Cosys-AirSim Matlab API Client.mltbx" optional="false">D:\BigProjects\Cosys-AirSim-Public\Matlab\Cosys-AirSim Matlab API Client.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|