比较提交

...
此合并请求有变更与目标分支冲突。
/com.unity.perception/package.json
/com.unity.perception/CHANGELOG.md
/com.unity.perception/Runtime/GroundTruth/Ego.cs
/com.unity.perception/Runtime/GroundTruth/SimulationManager.cs
/com.unity.perception/Runtime/GroundTruth/PerceptionCamera.cs

3 次代码提交

作者 SHA1 备注 提交日期
Jon Hogins afa4af03 switch to preview.4 4 年前
Jon Hogins da7b1b0e Prep changelog for release 4 年前
Jon Hogins 794fc09a Update changelog for release. Add missing documentation. 4 年前
共有 5 个文件被更改,包括 10 次插入15 次删除
  1. 15
      com.unity.perception/CHANGELOG.md
  2. 5
      com.unity.perception/Runtime/GroundTruth/Ego.cs
  3. 2
      com.unity.perception/Runtime/GroundTruth/PerceptionCamera.cs
  4. 1
      com.unity.perception/Runtime/GroundTruth/SimulationManager.cs
  5. 2
      com.unity.perception/package.json

15
com.unity.perception/CHANGELOG.md


The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.1.0] - 2020-06-24
### This is the first release of the _Perception_ package

5
com.unity.perception/Runtime/GroundTruth/Ego.cs


/// </summary>
public string Description;
EgoHandle m_EgoHandle;
/// <summary>
/// The EgoHandle registered with the SimulationManager at runtime.
/// </summary>
public EgoHandle EgoHandle
{
get

2
com.unity.perception/Runtime/GroundTruth/PerceptionCamera.cs


if (produceRenderedObjectInfoMetric)
ProduceRenderedObjectInfoMetric(renderedObjectInfos, frameCount);
//
});
}

1
com.unity.perception/Runtime/GroundTruth/SimulationManager.cs


/// Report a metric not associated with any sensor or annotation.
/// </summary>
/// <param name="metricDefinition">The metric definition of the metric being reported</param>
/// <returns>An <see cref="AsyncMetric"/> which should be used to report the metric values, potentially in a later frame</returns>
public static AsyncMetric ReportMetricAsync(MetricDefinition metricDefinition) => SimulationState.CreateAsyncMetric(metricDefinition);
/// <summary>

2
com.unity.perception/package.json


"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.3",
"version": "0.1.0-preview.3"
"version": "0.1.0-preview.4"
}
正在加载...
取消
保存