We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba85497 commit deac3cdCopy full SHA for deac3cd
internal/simctl/robot_specs.go
@@ -125,7 +125,7 @@ func mapRobotSpec(spec RobotSpec) (protoSpec *RobotSpecs) {
125
}
126
customErForce.ProtoReflect().Descriptor().FullName()
127
protoSpec.Custom = append(protoSpec.Custom, &any.Any{
128
- TypeUrl: "RobotSpecErForce",
+ TypeUrl: "type.googleapis.com/sslsim.RobotSpecErForce",
129
Value: customErForceSerialized,
130
})
131
return
0 commit comments