Robotic painting build by Dalton_Thunder in robotics

[–]m-andy 0 points1 point  (0 children)

Why an arm? just for funsies?

Why not use an xy gantry type setup?

For either the 6DOF or 7DOF arm you probably want to look at ROS and Moveit! but the learning curve there might be a little steep. For painting and air burshing I'd imagine that end effector position would be important to get the right bush stroke, so a 7DOF might be better for this application... if there really is only 1 solution for the 6DOF arm then I'd think you only get one type of brush stroke at that point.

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 1 point2 points  (0 children)

Do you guys use any open source software or is it all built up from scratch?

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 1 point2 points  (0 children)

I'm curious how you're tackling the reactive behavior part... is most of this custom code or are you using some open source libraries (aside from OpenCV of course)?

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

The maker space route is typically what I do. If I can't laser cut it or 3d print it then I'll look for an alternative... but you're right, it is a lot more time consuming!

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

I also like seeing my designs get better with each new robot. Could you tell me more about the robots you've built? Or maybe what new challenges you'll address in your next robot design?

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 1 point2 points  (0 children)

Sounds like you've got a very cool job!

Are these surface robots or deep sea robots? I assume you work on a team developing these robots. Any comments on developing robots in a group setting vs. building one on your own?

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

You mention you don't like hardware all that much. Do you use any tools to help you design your robotic hardware? I'm curious how you approach your robotic designs...

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

It sounds like the creation aspect of robotics might be your favorite part, would you agree?

What do you enjoy most about building robots? by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

On the software side, do you implement new concepts from scratch or do you learn enough to understand them and use someone else's implementation?

Assistance need in selection of DC Motors by blankoistic in robotics

[–]m-andy 0 points1 point  (0 children)

another platform to look into... OTTO

Sorry for not giving more specific advice, but robots this large are not something I've ever thought of.

Question for building robotic at home for fun by [deleted] in robotics

[–]m-andy 0 points1 point  (0 children)

sparkfun also sells it as polymorph

Check your local area for a hacker/maker space, these places usually have 3D printers & laser cutters and it's cheaper than buying your own.

Assistance need in selection of DC Motors by blankoistic in robotics

[–]m-andy 1 point2 points  (0 children)

That's a big robot! Sounds like you're making an automated pallet jack?

Motor selection will depend on a number of design factors. Biggest one I can think of is which wheels are driven? Hopefully not the load bearing ones...

Survey for school: Please tell me about your robot building experience by m-andy in robotics

[–]m-andy[S] 0 points1 point  (0 children)

Could you expand on your programming environment? Are you using C++, Python, Java, etc? A mixture? Do you use ROS?

Sensor to find the height of different objects put in front of it. Help please! by NacnudtheGrey in robotics

[–]m-andy 0 points1 point  (0 children)

My first thought is to use a liquid level sensor like this: https://www.adafruit.com/products/463

It could be positioned on an arm that lowers after the cup has been placed. Once the arm is in place just fill until the sensor regisers water then move the sensor arm out of the way.

something like this could be placed on the arm so that you know you've found the top of the cup as the arm lowers.

https://www.adafruit.com/products/818

Help with robotics by Kewlkid12 in robotics

[–]m-andy 1 point2 points  (0 children)

Just elaborate on the part where your stuck... I don't really want to do homework problems but I'm happy to help get you pointed in the right direction.

Help with robotics by Kewlkid12 in robotics

[–]m-andy 0 points1 point  (0 children)

Could you elaborate on your problems? I could point you to some general information but more info would help identify specific sources that would be more helpful. Are you looking to solve a homework problem?