Urgent.News

What's breaking now, across thousands of outlets.

Tech

Kotlin + Jetson + Isaac ROS for AI Robots

Kotlin + Jetson + Isaac ROS for AI Robots What You Will Build By the end of this tutorial, you will have a Kotlin-based architecture for the selected robotics/XR/AI scenario, with lifecycle-aware state, asynchronous processing, bounded data flow, monitoring, and practical safety handling. Topic focus: Isaac ROS A practical system is: camera → Jetson/Isaac ROS → perception → bridge → Android The…

Kotlin, Jetson, and Isaac ROS Unite for Intelligent Robots

A new tutorial demonstrates how to build a Kotlin-based system for robotics, XR, and AI applications. The architecture involves a camera streaming data to a Jetson/Isaac ROS platform, which processes the information and sends it to an Android app for visualization.

Starting with an Android project, developers create a Kotlin data model called DeviceStatus to track connected status, battery level, and latency. A ViewModel class manages the lifecycle-aware state, ensuring efficient updates to the Android app.

Expensive computations are offloaded to a background thread using the Default Disptacher, while UI work remains on the main thread. Compose, a modern UI toolkit, is used to display the device status in the Android app.

To handle real-time data streams, developers introduce a bounded buffer and collect sample data to update the UI without overwhelming it. By measuring system performance and implementing safety measures, the tutorial provides a robust framework for building intelligent, edge-AI systems.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Kotlin Coroutines for Real-Time ROS 2 Robot Data

Kotlin Coroutines for Real-Time ROS 2 Robot Data What You Will Build By the end of this tutorial, you will have a Kotlin-based architecture for the selected robotics/XR/AI scenario, with…

  • Kotlin-based architecture for robotics systems using ROS 2 and coroutines.
  • Define DeviceStatus data model with connected, battery, and latencyMs properties.
  • Offload heavy processing to background thread using viewModelScope and Dispatchers.Default.

Building a Kotlin Dashboard for NVIDIA Physical AI

Building a Kotlin Dashboard for NVIDIA Physical AI What You Will Build By the end of this tutorial, you will have a Kotlin-based architecture for the selected robotics/XR/AI scenario, with…

  • Create Kotlin Android app with Jetpack Compose
  • Define DeviceStatus data model for metrics
  • Use lifecycle-aware DeviceViewModel with MutableStateFlow

Kotlin + TensorFlow Lite for Robot Vision

Kotlin + TensorFlow Lite for Robot Vision What You Will Build By the end of this tutorial, you will have a Kotlin-based architecture for the selected robotics/XR/AI scenario, with lifecycle-aware…

  • Kotlin-based architecture for robotics systems on edge devices
  • Modular, efficient, and safe software layer with network bridge
  • Dashboard composable displays current device state using Jetpack Compose

Kotlin + Vision-Language-Action Models for Robotics

Kotlin + Vision-Language-Action Models for Robotics What You Will Build By the end of this tutorial, you will have a Kotlin-based architecture for the selected robotics/XR/AI scenario, with…

  • Kotlin-based architecture for robotics, XR, and AI systems
  • Vision-Language-Action models with lifecycle-aware state
  • Asynchronous processing and safety handling before actuator commands

More from Friday 25 September →