Can anyone here recommend the best entry point into robotics for adults? I'd like something where I can start with Python, then potentially dig into the ROS and add more accessories over time. Background is that I'm a software engineer.
Do you want to build the hardware? Cuz if not, Gazebo's [1] a great starting point to just play with the software/build your own. Built from the ground up deeply integrated with ROS.
Robot Gift Guide 2022
11–20 of 30 posts
Re: Robot Gift Guide 2022
#12I really want a functioning vacuum robot (as in the vacuum works great) with a good API. The closest thing I’ve seen is Roborocks Socket API.
I collected info about the various protocols and interfacing options in 2013, in the course of making a Racket package for the Roomba and Create. https://www.neilvandyke.org/racket/roomba/
Re: Robot Gift Guide 2022
#13Although it's a robot, there's not much you can do with your code right now since the Skills SDK access has been heavily restricted.
Re: Robot Gift Guide 2022
#14I'm very much surprised to see Skydio 2 on this list. Although it's a robot, there's not much you can do with your code right now since the Skills SDK access has been heavily restricted.
Their tech blows my mind. They do all the navigation and motion planning based on just RGB cameras, running multiple neural networks in parallel on board the drone. All the depth estimation, including small obstacles likes leaves and power cables, they are doing it all onboard. I don't think anyone in industry come close to that.
I so regret missing interning with them when they were starting to grow in 2018 - they came to my University for recruiting and I was just starting my PhD and decided to not look for internships.
Re: Robot Gift Guide 2022
#15Can anyone here recommend the best entry point into robotics for adults? I'd like something where I can start with Python, then potentially dig into the ROS and add more accessories over time. Background is that I'm a software engineer.
It supports ROS2, is relatively cheap and easy to her started with. You can layer build your own systems.
PS: If you can afford to spend like $5000 and want a quadraped like Spot, you can get one from Unitree. If you are looking for manipulators, you can get one from Elephant robotics for less than $1000. If you are looking for a more useful manipulator, I love Franka panda but it's like 20,000 USD.
Re: Robot Gift Guide 2022
#16Can anyone here recommend the best entry point into robotics for adults? I'd like something where I can start with Python, then potentially dig into the ROS and add more accessories over time. Background is that I'm a software engineer.
I recommend the Roomba like Create 3 robot. It's made by iRobot, the company that makes Roombas but for education. It supports ROS2, is relatively cheap and easy to her started with. You can layer build your own systems. PS: If you can afford to spend like $5000 and want a quadraped like Spot, you can get one from Unitree. If you are looking for manipulators, you can get one from Elephant robotics for less than $1000…
Re: Robot Gift Guide 2022
#17I really want a functioning vacuum robot (as in the vacuum works great) with a good API. The closest thing I’ve seen is Roborocks Socket API.
I don’t think it’s a public API but you can easily hack the Eufy 30C. I have been using mine with home assistant automations for a few years now. It’s cheap but I love it and I’m honestly considering buying another one. It has gotten a little noisy after 3 years.
Re: Robot Gift Guide 2022
#18Earlier quoted context omitted.
I recommend the Roomba like Create 3 robot. It's made by iRobot, the company that makes Roombas but for education. It supports ROS2, is relatively cheap and easy to her started with. You can layer build your own systems. PS: If you can afford to spend like $5000 and want a quadraped like Spot, you can get one from Unitree. If you are looking for manipulators, you can get one from Elephant robotics for less than $1000…
Thanks, this is helpful. I was looking at the Create 3, and I like the price point, but the website doesn't include much in the way of accessories or addons. Do you know what people use it for w/out those?
Tbh most people use it only for learning ROS. I know you can learn ROS using Gazebo similations but real robot feels better and many universities use such hardware for reaching ROS and robotics basics in intro to robotics classes.
A more useful, affordable "robot" I can think of is Crazyflie nano drone. It has an amazing ecosystem of extensions around it and you can do as high level or low level as you want to. You can develop and tune your own sensor fusion and state estimation algorithms, control algorithms, etc.
Re: Robot Gift Guide 2022
#19I'm very much surprised to see Skydio 2 on this list. Although it's a robot, there's not much you can do with your code right now since the Skills SDK access has been heavily restricted.
Re: Robot Gift Guide 2022
#20I'm very much surprised to see Skydio 2 on this list. Although it's a robot, there's not much you can do with your code right now since the Skills SDK access has been heavily restricted.
That's true, but I'd call the smartest robot available to consumers that is relatively affordable. Their tech blows my mind. They do all the navigation and motion planning based on just RGB cameras, running multiple neural networks in parallel on board the drone. All the depth estimation, including small obstacles likes leaves and power cables, they are doing it all onboard. I don't think anyone in industry come clos…
Check NVidia. I believe Jetson Nano can do stereo matching from multiple camera pairs in real time. From here one step to 3d points cloud. New Orin will have like 10x performance. Coming in January. So, it's within the reach. I'm thinking, have big stupid drones collecting the dust...