WeSearch

I Told a Robot to "Clean the Kitchen", and It Actually Did

·3 min read · 0 reactions · 0 comments · 22 views
#robotics#ai#simulation#NavMind#Llama 3.2#Ollama#ROS2
I Told a Robot to "Clean the Kitchen", and It Actually Did
⚡ TL;DR · AI summary

A new robot project called NavMind allows users to command a virtual robot to clean specific rooms using plain English. The robot navigates a simulated house, executes cleaning tasks, and provides commentary throughout the process. The project highlights both the capabilities and challenges of developing robotics software without relying on cloud services or physical hardware.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3959140) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sudeeksha Chagarlamudi Posted on May 29 I Told a Robot to "Clean the Kitchen", and It Actually Did #robotics #ros2 #ai #python I typed "Clean the kitchen" into a chat box. A robot turned toward the right room, drove over, swept the floor in a tidy back-and-forth pattern, and came back home, while describing what it was doing the whole way. No buttons, no coordinates, no code to write each time. Just a sentence. I built this over the last few weeks.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)