r/robotics 1h ago

Resources Nanorobots in Medicine - Rackenzik

Thumbnail
rackenzik.com
Upvotes

r/robotics 2h ago

Discussion & Curiosity Line Tracing Robot

Post image
1 Upvotes

This is literally my second time posting. My problem with my line tracing robot was that one wheel moves the opposite. I tried doing what the other told me and it really messed up everything because if I make changes, the wheel that used to be the one that spins backwards now moves forward while the other that used to move forward now moves backwards. Tried doing some changes in the code, nothing still worked. This was the code I used:

define IR_SENSOR_RIGHT 11

define IR_SENSOR_LEFT 12

define MOTOR_SPEED 180

//Right motor int enableRightMotor=6; int rightMotorPin1=7; int rightMotorPin2=8;

//Left motor int enableLeftMotor=5; int leftMotorPin1=9; int leftMotorPin2=10;

void setup() { //The problem with TT gear motors is that, at very low pwm value it does not even rotate. //If we increase the PWM value then it rotates faster and our robot is not controlled in that speed and goes out of line. //For that we need to increase the frequency of analogWrite. //Below line is important to change the frequency of PWM signal on pin D5 and D6 //Because of this, motor runs in controlled manner (lower speed) at high PWM value. //This sets frequecny as 7812.5 hz. TCCR0B = TCCR0B & B11111000 | B00000010 ;

// put your setup code here, to run once: pinMode(enableRightMotor, OUTPUT); pinMode(rightMotorPin1, OUTPUT); pinMode(rightMotorPin2, OUTPUT);

pinMode(enableLeftMotor, OUTPUT); pinMode(leftMotorPin1, OUTPUT); pinMode(leftMotorPin2, OUTPUT);

pinMode(IR_SENSOR_RIGHT, INPUT); pinMode(IR_SENSOR_LEFT, INPUT); rotateMotor(0,0);
}

void loop() {

int rightIRSensorValue = digitalRead(IR_SENSOR_RIGHT); int leftIRSensorValue = digitalRead(IR_SENSOR_LEFT);

//If none of the sensors detects black line, then go straight if (rightIRSensorValue == LOW && leftIRSensorValue == LOW) { rotateMotor(MOTOR_SPEED, MOTOR_SPEED); } //If right sensor detects black line, then turn right else if (rightIRSensorValue == HIGH && leftIRSensorValue == LOW ) { rotateMotor(-MOTOR_SPEED, MOTOR_SPEED); } //If left sensor detects black line, then turn left
else if (rightIRSensorValue == LOW && leftIRSensorValue == HIGH ) { rotateMotor(MOTOR_SPEED, -MOTOR_SPEED); } //If both the sensors detect black line, then stop else { rotateMotor(0, 0); } }

void rotateMotor(int rightMotorSpeed, int leftMotorSpeed) {

if (rightMotorSpeed < 0) { digitalWrite(rightMotorPin1,LOW); digitalWrite(rightMotorPin2,HIGH);
} else if (rightMotorSpeed > 0) { digitalWrite(rightMotorPin1,HIGH); digitalWrite(rightMotorPin2,LOW);
} else { digitalWrite(rightMotorPin1,LOW); digitalWrite(rightMotorPin2,LOW);
}

if (leftMotorSpeed < 0) { digitalWrite(leftMotorPin1,LOW); digitalWrite(leftMotorPin2,HIGH);
} else if (leftMotorSpeed > 0) { digitalWrite(leftMotorPin1,HIGH); digitalWrite(leftMotorPin2,LOW);
} else { digitalWrite(leftMotorPin1,LOW); digitalWrite(leftMotorPin2,LOW);
} analogWrite(enableRightMotor, abs(rightMotorSpeed)); analogWrite(enableLeftMotor, abs(leftMotorSpeed));
}

PLS PLS PLS HELP ME 🙏 I am so desperate to fix my robot rn. The photo below shows the diagram I followed.


r/robotics 2h ago

Discussion & Curiosity I don’t think this is going to fool anyone… but would be interesting to see if they can address the demon eyes problem

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/robotics 2h ago

Resources Begginers guide

3 Upvotes

Hey I am a 15 year old who knows nothing about robotics, how long do yall think it would take me to learn robotics and how should I get started


r/robotics 3h ago

Tech Question How can I print the rotating arm - Link in post

Thumbnail
1 Upvotes

r/robotics 4h ago

Discussion & Curiosity A confused undergraduate's call for advice

4 Upvotes

Hello fellow robotics enthusiasts, I am in a deep dilemma of whether changing my carrer to be a ai/ml expert and been feeling low and confused if I truly have to let go of my robotics.

So a short intro, I come from a urban City chennai in the asia,worked so hard all through my highschool and scored 99.7%,just so that I can get into a scholarship and now in my second year of robotics and automation paying around 450$ a year as tuition.(My brother's tuition is around 15 times more than mine and yes my family could have afforded to pay for me but I chose to save money)both my brother and myself are going to do masters in a foriegn country and plan to migrate.both my brother and myself will be taking loans and the loans in total would be around ten years of earnings of my parents

Having worked hard through my life till date to upbring my family and live a very relaxed life ,I chose to work really hard in my college and did plently of robotics projects including working with Indian space reasearch for building a mars drone,yet feeling confused.

I have worked as much I could afford with ai/ml and cv ,just so that I felt that can help me with robotics. The confusion only arised from the pay and the job security I am assured in this field ,I WISH TO PURSUE ROBOTICS yet the aluminis,seniors,the internet all says that a robotics job is not paying enough compared to a ai/ml engineer and I really don't want to risk any part of my plan to settle in Europe France

Will myself pursuing robotics be rewarding my future? Please I want all kinds of answers from anyone and everyone who can spend a little bit of time to give an advice to a budding engineer in my life


r/robotics 4h ago

Community Showcase I Built a Humanoid Robotic Arm

105 Upvotes

I built a humanoid robotic arm for my latest YouTube video but nothing went according to plan. I went through my whole design process, assembly and more demos. Luckily I was able to get some nice shots of the arm in action before it broke. Here I’m using these super nice harmonic actuators and 3D printed all the parts. Stay tuned for next gen and integration with ROS!


r/robotics 4h ago

Mechanical How Important Is the Waist in Humanoid Robot Design?

Enable HLS to view with audio, or disable this notification

34 Upvotes

r/robotics 5h ago

Mechanical Waist Not, Want Not – How Important Is the Waist in Humanoid Robot Design? New Podcast Episode

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/robotics 5h ago

Community Showcase A couple of decades worth of salvaging motors from stuff

Post image
184 Upvotes

So, besides little cars and stuff like that, I was never able to really make use of them until recently-ish that I got a 3D printer and learned CAD, so it was time to categorize them.


r/robotics 8h ago

Community Showcase Can someone help me build a line follower?

1 Upvotes

Ive seen many fast line followers like the Cartis04, and I want to build one but i dont know where to start. I dont know the components that i should choose, like the motors, SPM32, and other such components. I want the robot to be fast so its able to compete. Thanks in advance!


r/robotics 14h ago

News Buy A Companion Robot? I Know Why And So Do You…

Thumbnail
youtube.com
0 Upvotes

...to Make Music Videos! lol. And at 16 cents/share post-market downturn, XBOTF Realbotix stock is looking pretty good too! Plus these lifelike companion robots are the $11k popular version of the $150k Aria robot animated from the ankles up and showcased at CES 2025. They are animated from the neck up and also the only lifelike companions that are made in the USA and insulated from the Trump Tariffs.


r/robotics 15h ago

Looking for Group Student Robotics team looking for members and mentors.

Thumbnail forms.gle
5 Upvotes

Hello Robotics Community!

We are a student-based FTC rookie robotics team looking for new members and mentors. If you are interested, please fill out the form and contact us. We are located in Irvine, California.


r/robotics 15h ago

Tech Question What are the current limitations in hardware and electronics when it comes to advancing robotics?

5 Upvotes

What are the current limitations in hardware and electronics when it comes to advancing robotics, particularly in areas such as processing power, energy efficiency, sensor integration, actuation, and materials?


r/robotics 17h ago

Perception & Localization How feasible is it to have a drone drop a RTK module at a known visual point (house or tree) before mapping the scene?

1 Upvotes

I've been trying to approach the <3cm/km translational accuracy for a long time now. Even the latest generation MEMS IMUs like the ADIS16507-2 in Conjunction with barometer and Magnetometer cannot approach that figure.

Not even VSLAM can approach this, only LIDAR slam that costs thousands.

RTK base stations do not work from hundreds of KM away. But, what if I can have the drone land and drop a RTK module at a visually recognizable setpoint from aerial imaging, and use that as a RTK station? Would this work? Thanks.


r/robotics 18h ago

Tech Question Modeling a robot arm in Unreal Engine 5

1 Upvotes

Hello,

Does anyone have any experience with modeling a robot arm in UE5? I am setting up a photorealistic simulation, and for this purpose I would like to use any robot arm model and be able to pass in joint angles to make the robot move (with physics enabled).

So far, I have seen there are two approaches:

  1. Skeletal Meshes: This seems to be the way the gamedev people usually set up a robot. I do not know much about this, but it seems alright for creating animations, don't know if I can get realistic movement (and most importantly, control in the joint space) out of this method.

  2. Serial chain of Links bound by Physics Constraints: As someone coming from a robotics with ROS background, I'm keen on this approach because I can use the URDF to set up the links and then the joints are Physics constraints. I even tried using this approach, but I don't get a realistic simulation from it.

I have no experience with UE5, as such I'm struggling with setting the robot up. Looking forward to hearing from people who use UE5 to build simulations. Any help will be appreciated, thanks!


r/robotics 22h ago

Tech Question Looking for free version of Robot Learning Paper for Final Project

1 Upvotes

Anyone have the pdf of this paper: A Multimodal Robotic Blackjack Dealer: Design, Implementation, and Reliability Analysis ? Any 'pdf' link just brings me to this website, which blocks it with a paywall: https://link.springer.com/chapter/10.1007/978-3-031-44981-9_24 . Looking for anyone who may have bought this already and is willing to share ! thanks


r/robotics 22h ago

Events 2021 Universal Robots UR10e Arms for Sale at Auction 04/16 on edispostions.com

Thumbnail
gallery
14 Upvotes

Hi Everyone,

We are selling Qty 3 2021 Universal Robots UR10e arms for sale with low usage and great cosmetic condition! Message me if interested!

Auction starts 04/16 on www.edispositions.com


r/robotics 23h ago

Discussion & Curiosity Longer and high quality version of the dancing robot video in China with iShowSpeed

Enable HLS to view with audio, or disable this notification

126 Upvotes

This is the same video but different perspective and higher quality. Clearly no CGI because the robot drops after its performance was finished and iShowSpeed comes in action. Probably part of the performance.


r/robotics 23h ago

Discussion & Curiosity Here comes robot with speed ¡

Enable HLS to view with audio, or disable this notification

162 Upvotes

r/robotics 1d ago

Events For everyone before saying EngineAI was CGI, here's streamer IShowSpeed encountering EngineAI's robots in Shenzhen, China (includes dancing and a front flip)

Enable HLS to view with audio, or disable this notification

730 Upvotes

r/robotics 1d ago

News Robert is almost ready

Thumbnail
gallery
69 Upvotes

This little guy always demands to be included in everything I do, and we have been inventing a large computer-controlled LEGO robot that we have named Robert. Usually he is just happily doing something very unproductive like throwing LEGO pieces on the floor, or trying to drink my coffee. This morning, however, he was fed up with not getting undivided attention, and bit Robert in the tire and then grabbed a screwdriver to destroy him. This was a very obvious message so we just took a break, and sat down in the living room. After punishing me a little bit by trying to nibble on my toes, he is starting to close his eyes. Probably just tired after all of the "work". It is impossible to fire this little assistant, since he has learned to say: "Nice to see you" and "I love you". Therefore he gets away with anything. We have made a lot of improvements, and soon we can start thinking about making building instructions. We just have to find out how to to market them successfully, so that we can make money to go and do something fun.


r/robotics 1d ago

Community Showcase glad we are done with the fake cgi videos

0 Upvotes

told y'all the videos were CGI. And to get so badly downvoted. You all need to get a grip on here. robots are cool but those videos are cgi.


r/robotics 1d ago

Mechanical Custom made 3d printed BLDC motor with internal cycloidal actuator V0.1

Enable HLS to view with audio, or disable this notification

66 Upvotes

For the past months I've been working on my own BLDC motors for a future robotics project. The motor is 3.8cm(1.5 in) deep and has a 9.4cm(3.7in) diameter. All parts except bearings are 3d printed! I coiled the stator myself, the motor has 43 turns per slot with 36 slots wound with single enameled wire of .4mm. The rotor has 40 poles arranged in a hallback array. My tests estimate the motor (wothout the actuator) to be about 20kv and make about 3Nmeters of force, but I'm building a better testing setup to get better numbers. The actuator in the center of the stator is a cycloidal reducer with 2 disks to counter each other's vibrant. It has a reduction of 1/7 while fitting inside the stator!

There is lots of work to be done still, but I'm very happy with my progress. I'm now working on it's cooling system and taking better measurements, I'll update as soon as I have more info!

Any suggestions are welcomed I'm not an engineer at all and I'm learning along the way.


r/robotics 1d ago

Discussion & Curiosity Do you think we'll actually see Robots like the Kawasaki Corelo one day?

Thumbnail
youtu.be
26 Upvotes

I actually don't think it's too far fetched given the 2050 timeline and I've seen videos of people riding the unitree robots