TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there an existing “Stack” for getting into robotics?

25 pointsby randomnumber314almost 9 years ago
I've tinkered with arduinos and stepper motors/stepper controllers. I built a CNC mill. But I'm hoping there are components that I can plug together and just focus on the software side using existing hardware modules.

8 comments

jonkiddyalmost 9 years ago
I&#x27;m a web developer who got the bug to get into robotics about four years ago as a hobby. I ended up joining a FIRST [1] robotics team as a programming mentor and I&#x27;ve learned a lot [2].<p>[1] FIRST <a href="http:&#x2F;&#x2F;www.firstinspires.org&#x2F;robotics&#x2F;frc" rel="nofollow">http:&#x2F;&#x2F;www.firstinspires.org&#x2F;robotics&#x2F;frc</a><p>[2] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=8319J1BEHwM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=8319J1BEHwM</a>
评论 #11883656 未加载
NinoScriptalmost 9 years ago
What about something like a TurtleBot[1] and ROS[2]?<p>[1] <a href="http:&#x2F;&#x2F;www.turtlebot.com" rel="nofollow">http:&#x2F;&#x2F;www.turtlebot.com</a><p>[2] <a href="http:&#x2F;&#x2F;www.ros.org" rel="nofollow">http:&#x2F;&#x2F;www.ros.org</a>
评论 #11883654 未加载
esacalmost 9 years ago
ROS, ROS, ROS all our robots are on ROS and you get visualization and simulation tools, 90% of the things you&#x27;ll ever need come from apt-get (ubuntu make everything easier) but the real deal is Gazebo and stage for simulation and the wiki is full of tutorials
gregatragenet3almost 9 years ago
I wanted to get into robotics as a way to get up to speed on neural nets and reinforcement learning. I found the Lego EV3 kits to have a good mix of sensors motors and supporting parts. The EV3 bricks run Linux, there&#x27;s a distribution for them called ev3dev, and they&#x27;ll even run ipython notebooks.<p>I&#x27;m now looking at getting a BrickPy for it as the EV3 brick doesn&#x27;t do FP, so not good for NN&#x27;s.
asfarleyalmost 9 years ago
I would skip your search for the &quot;right stack&quot; and think about working on real, profitable applications. Develop whatever needs to be developed to solve a real problem. Most things calling themselves &#x27;robotics stacks&#x27; nowdays are overblown and add more complication than they&#x27;re worth.
asimuvPRalmost 9 years ago
Depends on what you want to build. A popular hobby stack is built around the Arduino. It will allow you to plug in a fair amount of parts.<p>Figure out what you want to build first. Then send me an email and I&#x27;ll try and guide you in tve right direction.
reitanqildalmost 9 years ago
Piggybacking on this: anyone has good ideas&#x2F;sources for mechanical parts like gears and stuff?<p>My hobbyist alternatives right now are lego or pulling stuff apart.
评论 #11884760 未加载
评论 #11886284 未加载
评论 #11885338 未加载
Tomtealmost 9 years ago
Lego Mindstorms. You can program them in &quot;real&quot; programming languages if you want to.