We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328ecaf commit 9e418b2Copy full SHA for 9e418b2
jetson_cuda.sh
@@ -118,5 +118,6 @@ if $INSTALL_CUDA ; then
118
touch /usr/include/aarch64-linux-gnu/NvInfer.h
119
fi
120
121
+echo "Clean APT build"
122
# Clean apt build
123
rm -rf /var/lib/apt/lists/*
robot.rosinstall
@@ -3,4 +3,8 @@
3
uri: https://github.com/rnanosaur/nanosaur.git
4
- git:
5
local-name: nanosaur_robot
6
- uri: https://github.com/rnanosaur/nanosaur_robot.git
+ uri: https://github.com/rnanosaur/nanosaur_robot.git
7
+- git:
8
+ local-name: ros2_jetson_stats
9
+ version: foxy
10
+ uri: https://github.com/rbonghi/ros2_jetson_stats.git
0 commit comments