ubicoders
ubicoders
  • 64
  • 127 726
If You Are in Robotics Engineering, Try This For Your Next Dream Job
#roboticsurgeon #jobinterview #neuralnetworks #codingandrobotics
Finding a job as you graduate is a challenging task. However, if you are in the robotics field, you can also probably try to make a video as well. Though the robotics engineers are not the artists, you can still build your portfolio. We cannot control the odds of luck, but you can expose yourself more to it. You can increase the chance!
My previous projects involve human-robot interaction, deep learning-based convolutional neural networks, color constancy, and augmented reality to augment the pilot's situational awareness. I share my previous portfolio so you can get some ideas as well for your future robotics career.
-----------------------------------------------------------------------------------
🌏 Find Me Here:
🔥Linkedin: www.linkedin.com/in/hongyun-elliot-lee/
🔥Discord: discord.gg/fEjuc5ccu5
🔥ubicoders: www.ubicoders.com/
🔥Blog: www.ubicoders.com/blogs
🔥GitHub: github.com/ubicoders/
-----------------------------------------------------------------------------------
⏲️Time Stamps:
0:00 intro
0:22 what I did
1:15 projects over view
1:40 project 1: human robot interaction
4:06 project 2: deep learning: convolutional neural network for visual odometry
5:56 project 3: deep learning: convolutional neural network for color constancy
7:00 project 4: augmented reality for pilot situational awareness
7:25 one way to increase the chance
มุมมอง: 62

วีดีโอ

Starting Robotics Project wihtout a Robot
มุมมอง 2K14 ชั่วโมงที่ผ่านมา
#roboticsengineering #codingandrobotics #robotsimulator Why do robotics engineers use the simulations? That's because you don't want to crash or break your expensive robot during the test! So, if it's the first time to test the new algorithm for autonomous navigation, use simulators like Airsim by Microsoft or Virtual Robots by Ubicoders. They both have pros and cons. So, I have casually compar...
A Math Illiterate's Tip Who Survived an Engineering Grad School
มุมมอง 1.1K14 วันที่ผ่านมา
#robotics #math #sensorfusion #codingandrobotics When I was working on my robotics project for my master's program, math kept coming up from every research paper. As a math illiterate, catching up the other math literates was quite challenging for me. But I think I have found a way to be able to read the math. I needed to stick to the definition. And I didn't have to always animate the math sim...
The Counterintuitive Starting Point for Learning Computer Vision
มุมมอง 46614 วันที่ผ่านมา
#computervision #robotics #autonomousvehicles My first motivation to study computer vision is to extract the velocity or position information from the real-time video stream from a camera. I started with a monocular camera because I found more research papers and documentation. However, a monocular camera can only yield relative information among the camera frames. Then, I found that the stereo...
What You Shouldn’t Expect From Robotics Engineering. Instead, Expect These.
มุมมอง 9K21 วันที่ผ่านมา
#robotics #codingandrobotics #autonomousvehicles I struggled a lot when I realized that I had to study lots of math for robotics and coding. I almost thought my major is like applied math. I didn't see what's coming. I just wanted to build a robot and play with it. However, robotics as a profession is totally at a different level. To avoid repeating the same mistakes on your side, I made this v...
Watch This If You Feel Lost in Robotics
มุมมอง 7Kหลายเดือนก่อน
#robotics engineering #control engineering #controlblockdiagram The short answer: to understand what you do in robotics engineering, think in terms of a control block diagram. It will give you confidence! Robotics engineering is truly a multi-disciplinary field and broad. So it is not surprising that it is easy for people to get lost. I was lost as well. Though it is difficult to say what’s the...
2000+ Subscribers and I'm Answering Your Questions
มุมมอง 281หลายเดือนก่อน
#roboticengineering #roboticsengineer #roboticsclass More than 2000 subscribers have subscribed to this channel. I'm pretty stunned by this unexpected event. More importantly, I realized that many engineers and students struggle with robotics. I was not alone, and you are not alone! Let's make it more straightforward together. 🌏 Find Me Here: 🔥Linkedin: www.linkedin.com/in/hongyun-elliot-lee/ 🔥...
Cross Product Made Me Spontaneously Study Math For Better Robots
มุมมอง 2.3Kหลายเดือนก่อน
I never thought the "boring" vector dot and cross products could be useful. In this video, I discussed when I realized they were beneficial. The mathematical operations are quite like programming APIs, which simplify my work so much. So, I eventually became addicted to reading new mathematical theories to simplify my work. 📝In-video sources ➡️ Virtual robots: www.ubicoders.com/virtualrobots ➡️ ...
This is Why You Cannot Read The Robotics Papers
มุมมอง 10Kหลายเดือนก่อน
#roboticsengineering #sensorfusion #autonomousrobot #drone #unmannedaerialvehicle #autonomousvehicles Obviously, I had a hard time reading the research papers on robotics. Math symbols are all new to me, and I had no idea why they were even talking about math from the first spot. In fact, the breakthrough to this situation is simple. Play the same game they play! All you need is to experience t...
My Secret: How I Became an Autonomous Robotics Engineer
มุมมอง 66Kหลายเดือนก่อน
I struggled a lot when I wanted to build an autonomous robot. Everyone else made hobby robots using Arduino with blinking LEDs and toy servo motors. But I wanted more than that. More serious engineering project that could actually help people. So, I went to college professors’ office hours and asked them how to build one. They said, “study linear algebra, differential equation, control theory, ...
Docker Explained - It's Like Nintendo | Elliot in 5 Min.
มุมมอง 6972 หลายเดือนก่อน
I explained Docker using a fun Game Boy analogy! In this video, we explore Docker containers and images and the difference between virtual machines and Docker. If you're new to Docker or need a refresher, this high-level overview will help you understand how Docker can simplify your development environment. By comparing Docker to swapping game cartridges in a Game Boy, we make complex concepts ...
PX4 Autopilot: Remember These 3 Ways to Debug PX4 Autopilot
มุมมอง 2972 หลายเดือนก่อน
Hey guys, it’s Elliot here! In this video, I’m going to show you three effective ways to debug your PX4 Autopilot using tools like QGroundControl, Mavlink, and a debug adapter. Whether you're working with Pixhawk, ArduPilot, ROS2, or developing autonomous systems, these methods will help you troubleshoot runtime errors and improve your drone's performance. Stick around to learn how to make debu...
Stream Live Drone Data Like a Pro | Python + Mavlink + Pixhawk
มุมมอง 5562 หลายเดือนก่อน
Ultimate Guide to Streaming Live Drone Data with Python Mavlink for your Pixhawk! In this tutorial, I go over the minimalistic example how you can receive the mavlink data from your Flight Controller like Pixhawk. If you need to collect data or need to make a broad casting server for your drone or drones, this will be the first step to acheive it. In this video, you will learn: - What Mavlink i...
Robot Operating System is NOT an Operating System | Elliot in 5 Min
มุมมอง 4103 หลายเดือนก่อน
In this video, I'll explore the essential role of distributed computing in robotics, focusing on how ROS simplifies building complex systems like autonomous vehicles. I'll introduce key ROS tools that make engineering tasks easier. 📝In-video sources ➡️ ROS2&PX4 Workshop: www.ubicoders.com/workshops/ws_px4ros ➡️ ubicoders' virtual robot: www.ubicoders.com/virtualrobots 🌏 Find Me Here: 🔥Linkedin:...
A.I. Drone Revitalized After a Decade | Episode 1: Human-Robot Interaction
มุมมอง 1.7K3 หลายเดือนก่อน
A.I. Drone Revitalized After a Decade | Episode 1: Human-Robot Interaction
Robotics Must-Know: Why Rotation Matrices Matter | Elliot in 5 Min.
มุมมอง 1.1K4 หลายเดือนก่อน
Robotics Must-Know: Why Rotation Matrices Matter | Elliot in 5 Min.
Ultimate Control: Cyclic Pitch Mastery with ROS and Python
มุมมอง 3494 หลายเดือนก่อน
Ultimate Control: Cyclic Pitch Mastery with ROS and Python
Master Helicopter Control in ROS and Python
มุมมอง 2174 หลายเดือนก่อน
Master Helicopter Control in ROS and Python
With ROS2 and Virtual Drones, Transform into 10x Engineer
มุมมอง 1.4K4 หลายเดือนก่อน
With ROS2 and Virtual Drones, Transform into 10x Engineer
🚀 So, How Does 2D Lidar Work? | Elliot in 5 min
มุมมอง 2814 หลายเดือนก่อน
🚀 So, How Does 2D Lidar Work? | Elliot in 5 min
A Secret Tool for Autonomous Vehicle Engineers and Students
มุมมอง 8974 หลายเดือนก่อน
A Secret Tool for Autonomous Vehicle Engineers and Students
Deep Visual Inertial Odometry with Kalman Filter
มุมมอง 1.2K6 หลายเดือนก่อน
Deep Visual Inertial Odometry with Kalman Filter
How to Master PID Control in 2024 (feat. Arduino) | Ep. 3
มุมมอง 4K7 หลายเดือนก่อน
How to Master PID Control in 2024 (feat. Arduino) | Ep. 3
How to Master PID Control in 2024 (ft. Python) | Ep. 2
มุมมอง 5197 หลายเดือนก่อน
How to Master PID Control in 2024 (ft. Python) | Ep. 2
How to Master PID Control in 2024 | Ep. 1
มุมมอง 1.7K7 หลายเดือนก่อน
How to Master PID Control in 2024 | Ep. 1
🍨6.5: Redirect | middleware.ts | NextJS Vanilla Tutorial 🚀🚀
มุมมอง 1187 หลายเดือนก่อน
🍨6.5: Redirect | middleware.ts | NextJS Vanilla Tutorial 🚀🚀
⚓ Ep10. Fun Projects in Docker | Arduino | ROS-PX4 | Pocketbase | Directus | 🚀
มุมมอง 2497 หลายเดือนก่อน
⚓ Ep10. Fun Projects in Docker | Arduino | ROS-PX4 | Pocketbase | Directus | 🚀
⚓ Ep9. How to create docker image | You Should Know Docker 🚀
มุมมอง 587 หลายเดือนก่อน
⚓ Ep9. How to create docker image | You Should Know Docker 🚀
⚓ Ep8. Docker Compose | You Should Know Docker 🚀
มุมมอง 607 หลายเดือนก่อน
⚓ Ep8. Docker Compose | You Should Know Docker 🚀
⚓ Ep7. Docker Network | You Should Know Docker 🚀
มุมมอง 397 หลายเดือนก่อน
⚓ Ep7. Docker Network | You Should Know Docker 🚀

ความคิดเห็น

  • @MohamedAssanhaji
    @MohamedAssanhaji ชั่วโมงที่ผ่านมา

    Brother i am a deep learning applied to robotics and computer vision engineer with 2 years of experience in factory and labs (but mainly if not only on the manipulation part with many robotic arm brands) and i am litteraly addicted to your videos, you're doing crazy good work and looking forward to learn the mobile robotics navigation parts which i only saw on my master degree back then, can't wait for the course

  • @Dawsatek22
    @Dawsatek22 4 ชั่วโมงที่ผ่านมา

    when did learn ros2 what for gpio library or framework did you use to control robots?

  • @ubicoders
    @ubicoders 4 ชั่วโมงที่ผ่านมา

    If you'd like to excel in robotics engineering, check out this: th-cam.com/video/KsirntbBt6I/w-d-xo.html

  • @Bllackdog
    @Bllackdog 3 วันที่ผ่านมา

    ffs.. that question is killing me already. Hope it wouldn't be the first one to answer. I know myself, with that little of detail about the situation, without any more context or further insights, I couldn't hold myself but just go all in with "As a robot, I would tell the user to move out of my view, because I cant work like that".. Im definitely not a robotic engineer.

  • @renanmonteirobarbosa8129
    @renanmonteirobarbosa8129 3 วันที่ผ่านมา

    How you become one, very simple. You start doing something, fail, try again, fail a million times, but be resilient, try to learn theory and practice together and keep going. You dont need a course, just motivation, resiliency and focus

  • @_Bf-109
    @_Bf-109 4 วันที่ผ่านมา

    Thats why i chosed electrical engineering

  • @HimanshuSharma-gs6jh
    @HimanshuSharma-gs6jh 4 วันที่ผ่านมา

    What projects should i do to land jobs in a robotics competition company?

  • @ImTheReal
    @ImTheReal 5 วันที่ผ่านมา

    I wonder if there was a code that created a world and terrain like in Minecraft to run and fly with those robots

    • @ubicoders
      @ubicoders 5 วันที่ผ่านมา

      OMG. That's one of my backlogs. That's because I want to give people more freedom. Though it's a bit far, but I'd give freedom to test their robots on the planet Mars!

  • @motionsick
    @motionsick 5 วันที่ผ่านมา

    I'm a self taught roboticist. I dropped out of film school to make motion control cinebots.

    • @ubicoders
      @ubicoders 5 วันที่ผ่านมา

      Amazing! That's dope!

  • @jamalljames3271
    @jamalljames3271 5 วันที่ผ่านมา

    I failed linear algebra and Calculus 3 but I was also able to get into grad school(getting my masters in GIS technology ) plus I have a diploma in math from Alison

    • @ubicoders
      @ubicoders 5 วันที่ผ่านมา

      Thanks for the comment! Tha'ts awesome!!! I knew I wasn't alone!

    • @jamalljames3271
      @jamalljames3271 5 วันที่ผ่านมา

      @ anytime

  • @mayinjabob9380
    @mayinjabob9380 5 วันที่ผ่านมา

    why can we program with c (somthing similar to arduino)

  • @sylent0_o
    @sylent0_o 5 วันที่ผ่านมา

    Thanks for the great resources. I'm really interested in robotics simulators. Actually, I was looking for robotics simulators, and I found a bunch of them. But I'm not sure which I should use for what. I found Webots, Gazebo, Isaacgym, Isaacsim/lab, Pybullet, Coppelia, and others. I'm interested in realistic movement for humanoid robots. What do you think about this topic and the simulators? Thank you for your attention.

    • @chronos5940
      @chronos5940 5 วันที่ผ่านมา

      Isaac Sim and Mujoco are good choices for humanoids/quadrupeds. You can also consider Gazebo if you use ROS. I'd say to go with the one that has more documentation, tutorials and information on doing what you want to do.

  • @vibhavshivadeker8288
    @vibhavshivadeker8288 5 วันที่ผ่านมา

    thanks

  • @loonarart
    @loonarart 5 วันที่ผ่านมา

    Thank you for these resources!

  • @pradeepmanoharan4859
    @pradeepmanoharan4859 6 วันที่ผ่านมา

    great video

  • @gold-junge91
    @gold-junge91 6 วันที่ผ่านมา

    What is if we want to try it in real after we are done in Simulation

    • @ubicoders
      @ubicoders 5 วันที่ผ่านมา

      Once the algorithm's good, I usually make the parameters to tune based on the simulation values as a initial guess. Then, I'd tune them again in the real life. Theoretically, if you can parametrize your robot accurately, this step is not necessary. However, tuning once more for the real robot is much easier than accurate parameterizing.

  • @gold-junge91
    @gold-junge91 6 วันที่ผ่านมา

    Bra this is sooo amazing

    • @Samuel-bk6ff
      @Samuel-bk6ff 5 วันที่ผ่านมา

      *Bro*

    • @gold-junge91
      @gold-junge91 5 วันที่ผ่านมา

      @@Samuel-bk6ff he is leveld up zo Braa

  • @hamids4550
    @hamids4550 6 วันที่ผ่านมา

    I always loved to get into robotic designs and building, but I've always been lost and never knew where to begin

  • @fra5715
    @fra5715 6 วันที่ผ่านมา

    Thank you for the video👍

    • @ubicoders
      @ubicoders 6 วันที่ผ่านมา

      My pleasure!

  • @herrsilber6
    @herrsilber6 6 วันที่ผ่านมา

    Your videos are incredibly informative and inspiring for me as a mechatronics engineering student. Thanks for the great content-keep up the awesome work!

    • @ubicoders
      @ubicoders 6 วันที่ผ่านมา

      Thanks!

  • @ubicoders
    @ubicoders 6 วันที่ผ่านมา

    If you'd like to excel in robotics engineering, check out this: th-cam.com/video/KsirntbBt6I/w-d-xo.html

  • @cryora
    @cryora 9 วันที่ผ่านมา

    Robotics is a broad field, just like physics is a broad field, so much so that people who do physics have to specialize and go in plasma physics, or atomic molecular physics, or particle physics, or quantum materials physics, acoustics / fluid mechanics, and so on. Robotics is basically anything that involves the fusion of machines and means to control them (usually electronics) that doesn't fall into categories like automotives or aeronautics. That's an incredibly broad field, and just like physics, people can specialize and go into things like industrial robotics, robot vehicles, humanoid or animal-based robots, drones. Very difficult, if not impossible, to be highly experienced in all of them.

  • @michaelharrington5860
    @michaelharrington5860 10 วันที่ผ่านมา

    I want to get my 10-year old son into robotics as he loves building things with Legos, computers, and coding small games in Scratch. Do you have any recommendations where I should start him out? We're in China at the moment. His math is pretty strong for his age. -Mike

    • @ubicoders
      @ubicoders 9 วันที่ผ่านมา

      Sounds like your boy's amazing! As I haven't experienced kids education in China, I can't speak to much. That being said, I can share a keyword "first robotics" if you haven't heard about and if that may help anyway. The "first robotics" is a pretty popular competition in North America among middle/high school students. The in-depth knowledge even goes into almost junior level in college, which is pretty cool.

  • @thembelssengwayo6896
    @thembelssengwayo6896 10 วันที่ผ่านมา

    When are you going to launch your robotic course?

    • @ubicoders
      @ubicoders 10 วันที่ผ่านมา

      December! 😜

  • @StoneyHoffman
    @StoneyHoffman 12 วันที่ผ่านมา

    You know that is so true I believe a theory of lower gravity that means middle gravity what you need help particles I would never use a particle collider someone make a portal

  • @yannisl8259
    @yannisl8259 13 วันที่ผ่านมา

    starting first year civil eng., makes me more hopeful

  • @Shubh-b
    @Shubh-b 13 วันที่ผ่านมา

    Hello sir, even im interested in such topics since im studying science, btw you can refer the math/phy concept descriptions in the book series called "Cengage JEE advanced mechanics 1" 3rd edition by BM sharma and cengage jee adv electricity book, the author elaborates the concepts that are imagined wonderfully with reference diagrams

  • @muhammadjunaid3193
    @muhammadjunaid3193 14 วันที่ผ่านมา

    I really appreciate your efforts❤ . Could you make a video on what kind of calculations the computer handles and what we shouldn't worry about?

    • @ubicoders
      @ubicoders 12 วันที่ผ่านมา

      Thanks. I will put that on my backlog!

  • @zahraddeenabdullahi5899
    @zahraddeenabdullahi5899 14 วันที่ผ่านมา

    I always come here to have cool time, keep it up

  • @Bravo_L
    @Bravo_L 14 วันที่ผ่านมา

    Man I'm starting a ee grad studies with research in AV. I'm definitely appreciating your content 🤝🫡

    • @ubicoders
      @ubicoders 14 วันที่ผ่านมา

      Thanks and that's exciting! Hope you all the best!

  • @ubicoders
    @ubicoders 14 วันที่ผ่านมา

    How I became a robotics engineer: th-cam.com/video/KsirntbBt6I/w-d-xo.html

  • @chronos5940
    @chronos5940 16 วันที่ผ่านมา

    What was the actual thing the guy told you?

    • @ubicoders
      @ubicoders 15 วันที่ผ่านมา

      On a high level, IMU theories with why and how.

  • @PoipPoippoip-zd3fw
    @PoipPoippoip-zd3fw 16 วันที่ผ่านมา

    I can think of many ways this happened all interesting.

  • @Bardomp
    @Bardomp 17 วันที่ผ่านมา

    He never misses, the absolute legend !!

    • @ubicoders
      @ubicoders 17 วันที่ผ่านมา

      Thanks a lot!

  • @medinacreativesolutions1634
    @medinacreativesolutions1634 18 วันที่ผ่านมา

    Math, that’s my issue. That’s my problem

  • @shashwatmahindroo
    @shashwatmahindroo 19 วันที่ผ่านมา

    I request you to please make this course available again. I love PX4 and ROS and I have worked with Pixhawk 2.4.8 and Pixhawk Cube Orange and done simulations in ROS. So please allow me to access this course. Thank you

    • @ubicoders
      @ubicoders 16 วันที่ผ่านมา

      I hear you! I am trying to figure out the best way to make the courses accessible again, and I'll keep you updated!

  • @madeautonomous
    @madeautonomous 20 วันที่ผ่านมา

    I also recommend First Principles of Computer Vision. It is such an awesome resource for free! youtube.com/@firstprinciplesofcomputerv3258

  • @gold-junge91
    @gold-junge91 20 วันที่ผ่านมา

    Thanks that was really good an i like that you show code and math

    • @ubicoders
      @ubicoders 20 วันที่ผ่านมา

      Awesome!

  • @CG-blend
    @CG-blend 20 วันที่ผ่านมา

    Consider a case where we have a single camera if we go a bit advance we can use monocular depth estimation to get the dist ance do 3d reconstruction but this is only for ground based robots Lets take aankther case i am really not sure about this just making ideas what if we match features between frames the movement between the calculate angular velocity on a calibrated camera. I feel like this has a lot of downsides but maybe tracking movement of features in deferrent frames can give info about linear movement or rotational movement. I am currently reaserching this will update if i find a solution by implementing it on a rover And i know the solution just removes the purpose of this video to make it simple if you can but i felt it was right to put this here

    • @ubicoders
      @ubicoders 20 วันที่ผ่านมา

      Fantastic comment! What you mentioend is related to the observability in control theory. Image there's a drone going down a well. Then, the drone hovers and only yaws without any linear movement while it's looking at the round wall of the well. Also, another case is that drone is follwing a flat wall of a brick house. With only vision, can this tell the difference between the linear moment and the rotation? Idk either. But I bet it's pretty difficult. So I'd use the information from a gyroscope.

    • @CG-blend
      @CG-blend 20 วันที่ผ่านมา

      Yes I will also implement a 6 axis imu both will correct each other read and maybe add weight to the more accurate reading to get better prediction

  • @ubicoders
    @ubicoders 20 วันที่ผ่านมา

    How I became a robotics engineer: th-cam.com/video/KsirntbBt6I/w-d-xo.html

  • @saurabhlanje1709
    @saurabhlanje1709 20 วันที่ผ่านมา

    It is very useful. Thanks 👍

    • @ubicoders
      @ubicoders 20 วันที่ผ่านมา

      Thanks for the kind words!

  • @dannyrabbit2381
    @dannyrabbit2381 21 วันที่ผ่านมา

    I'm currently a mechatronics student with a focus in robotics. The closer I get to graduation the more daunting this career field feels. The program I'm in isn't the best but I'm working through it. Hoping I can find more experience through personal projects and internships.

  • @ayomidewilfred1864
    @ayomidewilfred1864 24 วันที่ผ่านมา

    I am an Electrical Engineering graduate who specializes in Robotics. I read most of these textbooks while in the university. Am considering doing my research interests in Robotics, Intelligent and autonomous system

  • @FLORIDIANMILLIONAIRE
    @FLORIDIANMILLIONAIRE 25 วันที่ผ่านมา

    If you need some real robotics work and are a US citizen contact me

  • @williamt1083
    @williamt1083 26 วันที่ผ่านมา

    When I see a video like this, I feel so much like an imposter. I graduated my Master's in robotics this summer and I'm currently looking for a job. The robotics landscape in my country is somewhat limited to either research, industrial work, which is mostly PLC, and some few and far between companies working on their own robots. I feel like I've gained a wealth of knowledge throughout my education, but it is so broad that I know some things about everything, but I wouldn't be able to whip up an error state kalman filter just like that or fuse CNN data with other sensors without a lot of help, so it's difficult to not feel like a fraud when applying for jobs

    • @ubicoders
      @ubicoders 26 วันที่ผ่านมา

      Congrats on finishing your Master’s! I totally agree - I feel like an imposter quite often, too. So I guess it's a normal thing ;) Robotics (or any big field) can feel overwhelming because there's so much to learn and practice. Please consider that this video has condensed several years of work into ~10 minutes. 😁

    • @someonespotatohmm9513
      @someonespotatohmm9513 17 วันที่ผ่านมา

      Don't forget why robotics is so hard, you need a Msc just to get started, remember ppl dedicated a lot of time for a lot of time to develop things like the Kalman filter. The thing is that after that, you hopefully have a good enough background that when you inevatibly need to Kalman, someone can guide you trough the steps, or you look it up on wikipedia.

  • @miftahulkhoir1479
    @miftahulkhoir1479 26 วันที่ผ่านมา

    Wow, such a great video. Sorry Im a newbie here, i have a question. Do i need to install or configure something to run the docker code at the beginning of this video? Hopefully you notice my question, Thankss

    • @ubicoders
      @ubicoders 7 วันที่ผ่านมา

      Sorry for the delay. I just saw it. In short, you can just install pip package and just run with Python. Here's the repo: github.com/ubicoders/virtualrobots_ws

  • @ShivamMallick-kq7bd
    @ShivamMallick-kq7bd 27 วันที่ผ่านมา

    We learn robotics so that we can teach other robotics on a cool TH-cam channel with a not so cool channel name.

    • @ubicoders
      @ubicoders 26 วันที่ผ่านมา

      Lol