But I'm also curious to know if the "Salem" name was searched first. When I first saw the title I thought it was talking about Agility Robotics, which is based in Salem, Oregon and is currently 3rd spot on Google search for "Salem Robotics" (and 4 of the top 5 results on YouTube).
Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots
31–34 of 34 posts
Re: Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots
#32Congrats on launching. This should get more attention
Thanks, YC launches have helped quite a bit with drawing attention. We're hoping HN will pronounce it more.
On first impression of course, but they don't seem like your run-of-the-mill VCs who often have much more money than brains.
Re: Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots
#33Congrats on the launch. "Successfully executing a trajectory doesn't mean the inspection worked" is a great frame, closing the loop on the measurement itself is the hard part.
Thanks, analyzing the data collection in real time plays a major part in assuring we actually collect the data we set out to.
Re: Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots
#34Earlier quoted context omitted.
What about container registries do robotics companies need that are different from other industries?
Docker is built for web. The mental model is that the internet speed is relatively fast, the image is relatively small, and the device you're pulling onto is starting with essentially no data. All three of these assumptions are wrong for robotics: - I've had someone in the Docker discord tell me at length that my container shouldn't be bigger than 1GB, which is impossible the moment you pull in CUDA or any ML librari…