Skip to content

Commit

Permalink
enhancement #18: test changes of proto
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 10, 2024
1 parent 6ef6b11 commit f134939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion protos/reachy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "head.proto";
import "hand.proto";
import "mobile_base_utility.proto";
import "sound.proto";
import "video.proto";

package reachy;

Expand Down
1 change: 1 addition & 0 deletions protos/video.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ message CameraFeatures {
string name = 2;
bool stereo = 3;
bool depth = 4;
bool dummy = 5;
}

message CameraParameters {
Expand Down

0 comments on commit f134939

Please sign in to comment.