Skip to content

Commit 9e418b2

Browse files
committed
Added ros2_jetson_stats
1 parent 328ecaf commit 9e418b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

jetson_cuda.sh

+1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ if $INSTALL_CUDA ; then
118118
touch /usr/include/aarch64-linux-gnu/NvInfer.h
119119
fi
120120

121+
echo "Clean APT build"
121122
# Clean apt build
122123
rm -rf /var/lib/apt/lists/*

robot.rosinstall

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
uri: https://github.com/rnanosaur/nanosaur.git
44
- git:
55
local-name: nanosaur_robot
6-
uri: https://github.com/rnanosaur/nanosaur_robot.git
6+
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

Comments
 (0)