xown3197 / JetsonNano-ROS2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetsonNano-ROS2

ROS2 설치

설치 방법
$ sh ./install_ros2_jetson_nano.sh
$ sh ./plus.sh

SD 카드 파티션 늘리는 방법

참고 사이트

$ sudo apt update
$ sudo apt install -y gparted
$ sudo gparted

Real-time Detection

$ source /opt/ros/foxy/setup.bash
$ colcon build
$ source ./install/local_setup.bash

termainal 1

$ ros2 run image_tools cam2image

terminal 2

$ ros2 run live_detection live_detector

# (option)
$ ros2 run live_detection live_detector -P {ckpt_path}
or
$ ros2 run live_detection live_detector --ckpt-path {ckpt_path}

About

License:Apache License 2.0


Languages

Language:Python 95.8%Language:Shell 4.2%