Skip to content
Snippets Groups Projects
Commit bcc01ed1 authored by Christian Dreher's avatar Christian Dreher
Browse files

feature: Minor integration patches.

parent 61eff44b
No related branches found
No related tags found
Loading
......@@ -132,7 +132,7 @@ class Archive(Hook):
summary = "Nothing to do."
assert summary is not None
return summary, ""
return summary, summary
def download(self):
dl_file = requests.get(self.url)
......
#!/bin/bash
source_path="$deps__azure_kinect__sensor_sdk_PATH/scripts/99-k4a.rules"
source_path="$deps__azure_kinect__sensor_sdk__PATH/scripts/99-k4a.rules"
destination_path="/etc/udev/rules.d/99-k4a.rules"
echo "Checking for $source_path."
if [[ ! -f "$destination_path" ]]; then
echo "Installing needed udev rules for the Azure Kinect."
sudo cp "$source_path" "$destination_path"
......
......@@ -3,5 +3,9 @@
"run": {
"script": "install-udev-rules.sh"
}
},
"required_modules": {
"deps/azure-kinect/sensor-sdk": {}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment