-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge from 'develop' into 'main' for CLOiSim-4.2.0 (#264)
- Loading branch information
Showing
30 changed files
with
297 additions
and
190 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// <auto-generated> | ||
// This file was generated by a tool; you should avoid making direct changes. | ||
// Consider using 'partial classes' to extend these types | ||
// Input: joint_cmd_v.proto | ||
// </auto-generated> | ||
|
||
#region Designer generated code | ||
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 | ||
namespace cloisim.msgs | ||
{ | ||
|
||
[global::ProtoBuf.ProtoContract(Name = @"JointCmd_V")] | ||
public partial class JointCmdV : global::ProtoBuf.IExtensible | ||
{ | ||
private global::ProtoBuf.IExtension __pbn__extensionData; | ||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) | ||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); | ||
|
||
[global::ProtoBuf.ProtoMember(1, Name = @"time", IsRequired = true)] | ||
public Time Time { get; set; } | ||
|
||
[global::ProtoBuf.ProtoMember(2, Name = @"JointCmd")] | ||
public global::System.Collections.Generic.List<JointCmd> JointCmds { get; } = new global::System.Collections.Generic.List<JointCmd>(); | ||
|
||
} | ||
|
||
} | ||
|
||
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 | ||
#endregion |
11 changes: 11 additions & 0 deletions
11
Assets/Scripts/CLOiSimPlugins/Messages/joint_cmd_v.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.