All Projects β†’ rbonghi β†’ ros_jetson_stats

rbonghi / ros_jetson_stats

Licence: MIT license
🐒 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages

Programming Languages

python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ros jetson stats

Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+9338.18%)
Mutual labels:  nvidia, jetson-tx2, jetson-xavier, jetson-nano
monocular person following
Monocular camera-based person tracking and identification ROS framework for person following robots
Stars: ✭ 124 (+125.45%)
Mutual labels:  ros, jetson-tx2, jetson-xavier
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (+156.36%)
Mutual labels:  jetson-tx2, jetson-xavier, jetson-nano
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (-56.36%)
Mutual labels:  ros, nvidia, jetson-nano
installROS
Install ROS Melodic on NVIDIA Jetson Development Kits
Stars: ✭ 75 (+36.36%)
Mutual labels:  nvidia, jetson-tx2, jetson-nano
Torch2trt
An easy to use PyTorch to TensorRT converter
Stars: ✭ 2,974 (+5307.27%)
Mutual labels:  jetson-tx2, jetson-xavier, jetson-nano
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+276.36%)
Mutual labels:  nvidia, jetson-xavier, jetson-nano
installRACECARJ
Install the ROS stack, MIT RACECAR Packages, and hardware support on RACECAR/J.
Stars: ✭ 28 (-49.09%)
Mutual labels:  ros, jetson-tx2
installRealSenseROS
Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.
Stars: ✭ 27 (-50.91%)
Mutual labels:  ros, jetson-nano
TX2 StereoSLAM
πŸ€ Develop a SLAM algorithm based on ORB_SLAM2 along with TX2、ZED2、ROS and a mobile platform
Stars: ✭ 21 (-61.82%)
Mutual labels:  ros, jetson-tx2
Cuda Api Wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Stars: ✭ 362 (+558.18%)
Mutual labels:  wrapper, nvidia
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+23.64%)
Mutual labels:  nvidia, jetson-nano
jetson csi cam
A ROS package making it simple to use CSI cameras on the Nvidia Jetson TK1, TX1, or TX2 with ROS.
Stars: ✭ 95 (+72.73%)
Mutual labels:  ros, jetson-tx2
Apriltag ros
A ROS wrapper of the AprilTag 3 visual fiducial detector
Stars: ✭ 160 (+190.91%)
Mutual labels:  wrapper, ros
JetScan
JetScan : GPU accelerated portable RGB-D reconstruction system
Stars: ✭ 77 (+40%)
Mutual labels:  nvidia, jetson-nano
lane detection
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra
Stars: ✭ 15 (-72.73%)
Mutual labels:  nvidia, jetson-tx2
Jetson easy
πŸ”© Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...
Stars: ✭ 219 (+298.18%)
Mutual labels:  ros, nvidia
trt pose hand
Real-time hand pose estimation and gesture classification using TensorRT
Stars: ✭ 137 (+149.09%)
Mutual labels:  jetson-xavier, jetson-nano
smart-social-distancing
Social Distancing Detector using deep learning and capable to run on edge AI devices such as NVIDIA Jetson, Google Coral, and more.
Stars: ✭ 129 (+134.55%)
Mutual labels:  jetson-tx2, jetson-nano
jetsonUtilities
Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.
Stars: ✭ 171 (+210.91%)
Mutual labels:  jetson-tx2, jetson-xavier

ROS jetson-stats

A ROS wrapper jetson-stats to ROS where you can read the status of your board via diagnostic messages.

Installation

  1. Check your NVIDIA board have installed jetson-stats otherwise install it
sudo -H pip install -U jetson-stats
  1. Clone this repository in your workspace
  2. Run catkin_make to locate ros_jetson_stats in your workspace

Setup your launch file

Add in your launch file the ros_jetson_stats package following

<node pkg="ros_jetson_stats" type="jetson_stats.py" name="ros_jetson_stats"/>

Services

You can enable and disable jetson_clocks, set the NV Power Model or change the FAN mode directly from ros service.

  • jetson_clocks (ros_jetson_stats/jetson_clocks)
    • status: Boolean value
  • nvpmodel (ros_jetson_stats/nvpmodel)
    • nvpmodel: NVP Model name, please refer NVIDIA documentation
  • fan (ros_jetson_stats/fan)
    • mode: default, system, manual

Run the demo

Run the demo following this roslaunch file

roslaunch ros_jetson_stats jetson_stats.launch

Watch your NVIDIA Jetson stats from your runtime_monitor

rosrun rqt_runtime_monitor rqt_runtime_monitor

runtime_monitor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].