Skip to content

percep ansible updates#148

Open
MyCabbages4 wants to merge 4 commits into
mainfrom
kb/new_ansible
Open

percep ansible updates#148
MyCabbages4 wants to merge 4 commits into
mainfrom
kb/new_ansible

Conversation

@MyCabbages4

Copy link
Copy Markdown
Contributor

Summary

What features did you add, bugs did you fix, etc?
Updated the percep ansible with the versions on CUDA and ZED sdk that we use. Also removed build.yml from the percep ansible (these two should be done seperately).

Did you add documentation to the wiki?

No. It's not needed

How was this code tested?

I ran it.

Did you test this in sim?

No

Did you test this on the rover?

No

Did you add unit tests?

No. It's an ansible

@MyCabbages4 MyCabbages4 requested a review from jbrhm January 13, 2026 00:49
@MyCabbages4 MyCabbages4 self-assigned this Jan 13, 2026
Comment on lines +28 to +45
url: https://download.stereolabs.com/zedsdk/4.1/cu121/ubuntu22
dest: /tmp/ZED_SDK_Ubuntu22_cuda12.1_v4.1.4.zstd.run
url: https://download.stereolabs.com/zedsdk/4.2/cu12/ubuntu22
dest: /tmp/ZED_SDK_Ubuntu22_cuda12.1_v4.2.5.zstd.run
mode: 0755

- name: ZED SDK Install
# Silent mode prevents any user input prompting
command: /tmp/ZED_SDK_Ubuntu22_cuda12.1_v4.1.4.zstd.run -- silent
command: /tmp/ZED_SDK_Ubuntu22_cuda12.1_v4.2.5.zstd.run --silent

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These will need to be updated since we are switching to ZED sdk 5.2

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed an update. I am also explicitly installing tensorrt10 from apt, because it doesn't seem like 5.2 does that

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