Skip to content

Commit aaf9fce

Browse files
committed
Rename branch to jetson-setup
1 parent 8a01019 commit aaf9fce

File tree

1 file changed

+3
-3
lines changed
  • docs_versioned_docs/version-ros2humble/ros/installation

1 file changed

+3
-3
lines changed

docs_versioned_docs/version-ros2humble/ros/installation/nvidia.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When ready, click the green **Flash** button at the bottom of the window.
132132

133133
:::note
134134

135-
See Clearpath's [computer Jetson setup script documentation](https://github.com/clearpathrobotics/clearpath_computer_installer/blob/feature/humble-jetson/README.md)
135+
See Clearpath's [computer Jetson setup script documentation](https://github.com/clearpathrobotics/clearpath_computer_installer/blob/jetson-setup/README.md)
136136
for mode details on post-installation configuration.
137137

138138
:::
@@ -144,7 +144,7 @@ Connect the Jetson to the internet, log in, and run the following command to dow
144144
Jetson setup script:
145145

146146
```bash
147-
wget -c https://raw.githubusercontent.com/clearpathrobotics/clearpath_computer_installer/refs/heads/feature/humble-jetson/jetson-humble-setup.bash && bash -e jetson-humble-setup.bash
147+
wget -c https://raw.githubusercontent.com/clearpathrobotics/clearpath_computer_installer/refs/heads/jetson-setup/jetson-humble-setup.bash && bash -e jetson-humble-setup.bash
148148
```
149149

150150
This script will:
@@ -172,7 +172,7 @@ If you see warnings about the following dependencies being uninstallable, you ma
172172
## Building additional kernel modules
173173

174174
At the time of writing, JetPack 6.1 installs the kernel `5.15.148-tegra`. This kernel by default does not include the
175-
`uinput` and `slcan` modules. Clearpath has [pre-built copies](https://github.com/clearpathrobotics/clearpath_computer_installer/tree/feature/humble-jetson)
175+
`uinput` and `slcan` modules. Clearpath has [pre-built copies](https://github.com/clearpathrobotics/clearpath_computer_installer/tree/jetson-setup)
176176
of these modules for kernel `5.15.148-tegra`.
177177

178178
If you have a different kernel, or want to build these modules yourself, follow

0 commit comments

Comments
 (0)