shiftdirect / jetson-nano-tools

Jetson Nano useful tools (setup, examples)

Home Page:https://qiita.com/karaage0703/items/b14c249aa33112669ee4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetson-nano-tools

Jetson Nano useful tools (setup, examples)

Dependency

  • JetPack 4.2.2
  • JetPack 4.4
  • JetPack 4.5

Image link

Usage

At first, clone this repository on jetson nano.

Please execute following command:

$ cd && git clone https://github.com/karaage0703/jetson-nano-tools

Install TensorFlow

Execute following commands:

$ cd ~/jetson-nano-tools
$ ./install-tensorflow-v45.sh

Install pose estimation

Execute following commands after setup TensorFlow:

$ cd ~/jetson-nano-tools
$ ./install-pose-estimation-v45.sh

Install ROS melodic

Execute following commands:

$ cd ~/jetson-nano-tools
$ ./install-ros-melodic.sh

Setup serial(ttyTHS*)

Execute following commands for using serial communication on application:

$ systemctl stop nvgetty
$ systemctl disable nvgetty
$ udevadm trigger
$ sudo apt-get install python3-serial
$ wget https://raw.githubusercontent.com/karaage0703/jetson-nano-tools/master/udev_rules/55-tegraserial.rules
$ sudo mv 55-tegraserial.rules /etc/udev/rules.d/

License

This software is released under the MIT License, see LICENSE.

Authors

karaage0703

References

About

Jetson Nano useful tools (setup, examples)

https://qiita.com/karaage0703/items/b14c249aa33112669ee4

License:MIT License


Languages

Language:Roff 93.6%Language:Shell 4.2%Language:Python 2.1%