-
Notifications
You must be signed in to change notification settings - Fork 2
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
[CDF-23755] 🤖 Robotics issue #1376
Conversation
modelId: {{ three_d_model_id }} | ||
revisionId: {{ three_d_revision_id }} |
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.
This is what was causing the issue. The "
causes modelId
and revisionId
to be read as string and not int. When trying to deploy it, the API will fail.
name: {{ three_d_model_name }} | ||
externalId: {{ three_d_model_name }} | ||
description: {{ three_d_type }} {{ three_d_model_name }} | ||
mapType: {{ three_d_type }} | ||
frameExternalId: frame_{{ three_d_model_name }} |
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.
I removed the rest of the "
as well as they are not necessary.
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Description
Prefix the PR title with the Jira issue number on the form
[CDF-12345]
.Please describe the change you have made.
Checklist