diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1c32a07e..84688714 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -76,7 +76,10 @@ "W" ], "ruff.nativeServer": true, - "C_Cpp.clang_format_fallbackStyle": "Google" + "C_Cpp.clang_format_fallbackStyle": "Google", + "diffEditor.ignoreTrimWhitespace": false, + // Make bash the default shell in the container terminal + "terminal.integrated.defaultProfile.linux": "bash" } } }, diff --git a/README.md b/README.md index d11f0f2b..5a0eecbb 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,9 @@ Follow [this](https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_apriltag/blob/main/d
How to load the CAN modules at startup on Nvidia Jetson
+ +Follow [these](https://docs.nvidia.com/jetson/archives/r36.4/DeveloperGuide/HR/ControllerAreaNetworkCan.html) instructions to enable CAN communication on Nvidia Jetson Orin. + 1: Put the following in a .conf file in /modules-load.d/ ```