Skip to content

Commit ee0ae97

Browse files
haydenstockmeta-codesync[bot]
authored andcommitted
{Documentation} Ark 1.15 updates
Summary: Updated codebase download instructions to 1.7.1. Updated all CA references from v230 to v238. Reviewed By: PiotrBrzyski Differential Revision: D84929744 fbshipit-source-id: d4356db2c9f240d736898751b976e7f0dbba8ad7
1 parent 258e754 commit ee0ae97

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

website/docs/ARK/ark_downloads.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Optional Software available with the ARK:
2121

2222
## Mobile Companion App
2323

24-
The current version of the Companion App is v230. Go to [ARK Software Release Notes](sw_release_notes.mdx) to learn more about the latest features.
24+
The current version of the Companion App is v238. Go to [ARK Software Release Notes](sw_release_notes.mdx) to learn more about the latest features.
2525

2626
```mdx-code-block
2727
<Tabs groupId="operating-systems">
@@ -68,8 +68,8 @@ If you're using Android, your mobile device will need:
6868
#### Download and install
6969
Follow one of these links on your Android device to download the app:
7070

71-
* Mobile Companion App APK v230 - [recommended (64-bit architecture)](https://foreign-service-public-assets.s3.us-west-2.amazonaws.com/apps/android/Aria_v230_ARM64.apk)
72-
* Mobile Companion App APK v230 - [for 32-bit architecture](https://foreign-service-public-assets.s3.us-west-2.amazonaws.com/apps/android/Aria_v230_ARMV7.apk)
71+
* Mobile Companion App APK v238 - [recommended (64-bit architecture)](https://foreign-service-public-assets.s3.us-west-2.amazonaws.com/apps/android/Aria_v238_ARM64.apk)
72+
* Mobile Companion App APK v238 - [for 32-bit architecture](https://foreign-service-public-assets.s3.us-west-2.amazonaws.com/apps/android/Aria_v238_ARMV7.apk)
7373

7474
To update the app, download and install the latest version.
7575

website/docs/data_utilities/getting_started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ You can also explore the open datasets through tutorials:
3333

3434
## Running Jupyter Notebooks on Google Colab
3535
Use the following links to run the Python notebooks in an installation free playground:
36-
* [Dataprovider Quickstart Tutorial](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.6.0/core/examples/dataprovider_quickstart_tutorial.ipynb) - core tutorial
37-
* [Machine Perception Services Tutorial](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.6.0/core/examples/mps_quickstart_tutorial.ipynb) - core tutorial
38-
* [Aria Digital Twin (ADT)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.6.0/projects/AriaDigitalTwinDatasetTools/examples/adt_quickstart_tutorial.ipynb) - open data tutorial
36+
* [Dataprovider Quickstart Tutorial](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.7.1/core/examples/dataprovider_quickstart_tutorial.ipynb) - core tutorial
37+
* [Machine Perception Services Tutorial](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.7.1/core/examples/mps_quickstart_tutorial.ipynb) - core tutorial
38+
* [Aria Digital Twin (ADT)](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/1.7.1/projects/AriaDigitalTwinDatasetTools/examples/adt_quickstart_tutorial.ipynb) - open data tutorial
3939
* [Project Aria TICSync Tutorial](https://colab.research.google.com/github/facebookresearch/projectaria_tools/blob/main/core/examples/ticsync_tutorial.ipynb) - Time synchronization between multiple devices tutorial, demo data provided
4040

4141

website/docs/data_utilities/installation/download_codebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Access the latest stable version of Project Aria Tools with git TAGS. The develo
3131
mkdir -p $HOME/Documents/projectaria_sandbox
3232
cd $HOME/Documents/projectaria_sandbox
3333

34-
git clone https://github.com/facebookresearch/projectaria_tools.git -b 1.6.0
34+
git clone https://github.com/facebookresearch/projectaria_tools.git -b 1.7.1
3535
```
3636
```mdx-code-block
3737
</TabItem>

0 commit comments

Comments
 (0)