ponta17
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
When robot navigation scales from hundreds of meters to several kilometers, managing waypoints as raw numeric values quickly becomes painful and error-prone. This provides a GUI tool that lets you visually edit…
-
Last week, Google released Nano Banana Pro, and I was amazed by its drawing capabilities. So, I decided to experiment and built a tool that can generate multi-page manga. Even though there are still some typos in the…
-
I developed an AI agent that controls a TurtleBot3 in the real world. The repository includes a demo video showing the TurtleBot3 following a prompt to move in a square shape, with each side 0.5 meters long. If you're…
-
I've been working on a ROS 2 package that detects route blockage signboards used in the Tsukuba Challenge. The approach relies entirely on point cloud data and intensity information from a 3D LiDAR sensor without camera…
- Show HN: Pixel Art Generator Using Genetic Algorithm (github.com)
This project is a simple but fun demonstration of a genetic algorithm applied to image generation. It starts with a population of random images and evolves them over generations to resemble a target image. The output is…
-
I've been experimenting with ROS (Robot Operating System) and the Model Context Protocol (MCP), and noticed a gap: while there were some MCP servers for ROS, most were limited. They either only supported topic…
- Show HN: I built an AI agent for a mobile robot (github.com)
I've developed an AI agent for the TurtleBot3 mobile robot using ROS2. This agent can interpret commands such as “move to (X, Y)” or “check surroundings,” and dynamically selects from a toolkit of actions, including…
- Show HN: I built an AI agent for TurtleBot3 (github.com)
A week ago, I shared a project called Turtlesim Agent — an AI agent that lets users control the classic turtlesim turtle using natural language commands like “draw a triangle” or “make a red star.” Now, I’ve taken the…
-
Recently, I watched Iron Man and was inspired by the scene where Tony Stark claps twice to activate his computer. (https://www.youtube.com/watch?v=OT2b5KzMoC0&t=101s) I thought, “I want to try that!". So I wrote a…
-
I'm a grad student studying robotics, with a particular interest in the intersection of LLMs and mobile robots. Recently, I discovered how easily LangChain enables the creation of AI agents, and I wanted to explore how…