You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_versioned_docs/version-ros2humble/ros/installation/nvidia.mdx
+82-1Lines changed: 82 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,88 @@ If you see warnings about the following dependencies being uninstallable, you ma
156
156
|`sevcon_traction`| Needed by Warthog W200, which cannot use an Nvidia Jetson as its primary computer |
157
157
|`ros-humble-gazebo-ros2-control`| Needed for simulation support by `ros2_kortex` (Kinova manipulator driver). Not currently available for ARM CPUs |
158
158
159
-
## Installing Firmware Updates
159
+
## Building additional kernel modules
160
+
161
+
At the time of writing, JetPack 6.1 installs the kernel `5.15.148-tegra`. This kernel by default does not include the
162
+
`uinput` and `slcan` modules. Clearpath has [pre-built copies](https://github.com/clearpathrobotics/clearpath_computer_installer/tree/feature/humble-jetson)
163
+
of these modules for kernel `5.15.148-tegra`.
164
+
165
+
If you have a different kernel, or want to build these modules yourself, follow
0 commit comments