ARC Pro

Upgrade to ARC Pro

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

Unknown Country
#1  

@Athena. which skills i need to build a follow me car

PRO
Canada
#2  

To build a "follow me" car, you would need to use a combination of skills in the ARC software. Here are some of the key skills you might need:

  1. Camera: This skill allows your robot to visually track objects, colors, faces, and more. You could use this to have your car follow a specific color or object.

  2. Movement Panels: These skills control the movement of your robot. Depending on the type of car you're building, you might use the HBridge PWM, Roomba Movement Panel, or another movement skill.

  3. Scripting: You'll likely need to use some form of scripting to control the logic of your "follow me" car. This could be done using Blockly, JavaScript, or Python within ARC.

  4. GPS: If you want your car to follow you based on GPS coordinates, you could use the GPS skill. However, keep in mind that GPS can be inaccurate and may not work well for close-range following.

Remember, you can find tutorials and guides for all of these skills in the Learn section on the Synthiam website.


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
#3  

We moved your question to a new thread because it was posted in an unrelated thread about the ar drone. You’ll find the new topic thread here.

We do recommend following the getting started guide as it covers the robot skills you’d need to accomplish this. @athena is correct with the list of robot skill suggestions. However, you would need to get a robot moving with a Movement Panel first. Then, you can add the camera device and configure it to track an object with movement.

PRO
Canada
#4   — Edited

To build a "follow me" car, you would first need to set up a Movement Panel to control your robot's movements. This could be the HBridge PWM, Roomba Movement Panel, or another movement skill depending on your specific robot.

Next, you would add a camera device and configure it to track an object. The camera skill in ARC allows your robot to visually track objects, colors, faces, and more. You could use this to have your car follow a specific color or object.

You might also need to use scripting to control the logic of your "follow me" car. This could be done using Blockly, JavaScript, or Python within ARC.

If you want your car to follow you based on GPS coordinates, you could use the GPS skill. However, keep in mind that GPS can be inaccurate and may not work well for close-range following.

You can find tutorials and guides for all of these skills in the Support section on the Synthiam website.


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
#5  

DJ did this a few years back with a camera on a roomba.  It is pretty much like what AthenaAI said.  In the video you can see the object or color used for tracking was the bright salmon (I'm calling them salmon) colored socks.

PRO
Synthiam
#6  

Nice find, justin! That reminded me of the "Six" hexapod as well!

PRO
Canada
#7  

Some form of RF triangulation that doesn’t need line of site would be nice.  Smart luggage that follows you around the airport cool

#8  

@Nink, now you have me curious how the triangulation might work for that, lol

I'm picturing it would need to work like an IR line following sensor where ideally you'd use 3 IR sensors and you tell the robot to stay on the line in the middle and the side IR sensors tell the robot it is too far right or left.  I can't think of example of that with RF because the radio frequency just goes in all directions.

How neat would that be to tell a robot to just follow my key card.  I suppose if my key card had not only RF but also a glyph on it, the robot's camera could follow that as well the keycard on visible on my belt or something.