-
Notifications
You must be signed in to change notification settings - Fork 126
[RSDK-12352] add-extra-to-camera-next-point-cloud #5390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RSDK-12352] add-extra-to-camera-next-point-cloud #5390
Conversation
|
Warning your change may break code samples. If your change modifies any of the following functions please contact @viamrobotics/fleet-management. Thanks!
|
|
I understand we are trying to move fast, but I'd suggest adding one test each to |
| test.That(t, err, test.ShouldBeNil) | ||
|
|
||
| injectCamera.NextPointCloudFunc = func(ctx context.Context) (pointcloud.PointCloud, error) { | ||
| injectCamera.NextPointCloudFunc = func(ctx context.Context, extra map[string]interface{}) (pointcloud.PointCloud, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hexbabe how do these tests look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep! this the type of test i imagined
No description provided.