In this edition of our posts about the Jetson Community, we’re featuring two projects and their developers who won the NVIDIA Jetson Project of the Month award…
Overview
This article highlights two innovative projects recognized as NVIDIA Jetson Projects of the Month: an AI fever screening thermometer by Tomasz Lewicki and a self-navigating robot for search and rescue by Maggie Xu. Both projects utilize the Jetson Nano platform for advanced video and sensor data analysis in robotics applications.
What You'll Learn
How to build an AI thermometer using Jetson Nano
Why using thermal and RGB cameras enhances fever detection
How to implement autonomous navigation in a robot using ROS
When to use LIDAR for object detection in robotics
Prerequisites & Requirements
- Basic understanding of robotics and AI concepts
- Familiarity with ROS and Jetson Nano
Key Questions Answered
How does the AI thermometer measure skin temperature?
What technologies are used in the self-navigating robot?
What is the purpose of the AI thermometer in public spaces?
How does the robot retrieve objects autonomously?
Key Statistics & Figures
Technologies & Tools
Key Actionable Insights
1Developers can leverage the open-source design of the AI thermometer to create their own fever screening solutions.This project not only provides a practical application for health monitoring but also serves as a learning tool for those interested in AI and sensor integration.
2Utilizing LIDAR in robotics enhances object detection and navigation accuracy.In environments where precise mapping is crucial, LIDAR provides detailed spatial information, making it an essential tool for autonomous robots.
3Integrating multiple camera types can improve data richness in AI applications.By combining RGB and thermal imaging, developers can create more robust systems capable of handling diverse real-world scenarios.