Skip to content

Commit

Permalink
Improve Jupyter Notebook guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
hefroy committed Dec 5, 2023
1 parent aed7ef9 commit e13b5bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Reference Implementation for AWS IoT FleetWise

:new: AWS IoT FleetWise now supports [ROS2](https://docs.ros.org), jump to the
[Vision system data developer guide](./docs/dev-guide/vision-system-data/vision-system-data-demo.ipynb).
:robot: AWS IoT FleetWise now supports [ROS2](https://docs.ros.org) for collecting vision system
data.<br> :information_source: To quickly get started, jump to the
**[Jupyter Notebook demo](./docs/dev-guide/vision-system-data/vision-system-data-demo.ipynb)** and
collect camera data from a [CARLA](https://carla.org) vehicle simulation.

:information_source: To quickly get started, jump to the
:information_source: To quickly get started with telematics data collection, jump to the
[Edge Agent Developer Guide](./docs/dev-guide/edge-agent-dev-guide.md), the
[Android Guide](./tools/android-app/README.md), or the
[Raspberry Pi Tutorial](./docs/rpi-tutorial/raspberry-pi-tutorial.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"\n",
"![Vision system data demo diagram](vision-system-data-demo-diagram.jpg)\n",
"\n",
"## Launch your development machine\n",
"## Launch the Jupyter Notebook on EC2\n",
"\n",
"Use the following instructions to launch an AWS EC2 Graviton (arm64) instance with a jupyter-lab\n",
"server, and follow the step-by-step jupyter notebook. Pricing for EC2 can be found,\n",
Expand Down

0 comments on commit e13b5bc

Please sign in to comment.