Skip to content

Commit

Permalink
layerをarray側に移動
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Jan 21, 2025
1 parent 594f060 commit 323b042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crane_visualization_interfaces/proto/ObjectsArray.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ message SvgPrimitive {
uint32 id = 1;
float lifetime = 2;
string svg_text = 3;
string primitive_namespace = 4;
}

message SvgPrimitiveArray {
repeated SvgPrimitive primitives = 1;
string layer = 1;
repeated SvgPrimitive primitives = 2;
}

0 comments on commit 323b042

Please sign in to comment.