Skip to content
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

Merged
merged 4 commits into from
Jan 20, 2025
Merged

[CDF-23755] 🤖 Robotics issue #1376

merged 4 commits into from
Jan 20, 2025

Conversation

doctrino
Copy link
Collaborator

@doctrino doctrino commented Jan 17, 2025

Description

Prefix the PR title with the Jira issue number on the form [CDF-12345].

Please describe the change you have made.

Checklist

Comment on lines +7 to +8
modelId: {{ three_d_model_id }}
revisionId: {{ three_d_revision_id }}
Copy link
Collaborator Author

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.

Comment on lines +1 to +5
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 }}
Copy link
Collaborator Author

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.

Copy link

github-actions bot commented Jan 17, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
15605 11482 74% 60% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: da49356 by action🐍

@doctrino doctrino merged commit c2466f4 into main Jan 20, 2025
10 checks passed
@doctrino doctrino deleted the robotics-issue branch January 20, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants