Тёмный
Karissa Stisser
Karissa Stisser
Karissa Stisser
Подписаться
I'm a robotics software engineer, and I like to make things with my 3D printer, laser engraver, and microcontrollers. Let's get making!
Комментарии
@undeadpresident
@undeadpresident День назад
How feasible is just using C for the things you mention using C++ for?
@karissastisser
@karissastisser День назад
@@undeadpresident I feel like that would be really painful. There are a lot of libraries that are leveraged that are already optimized in C++, object oriented code allows for much more complex and organized architectures, and large code bases get complex. I would not want to attempt it. Best of luck!
@LoyvanBeek
@LoyvanBeek 8 дней назад
Pretty complete indeed. What I'm missing is maybe 'behavior Engineer ', someone who makes sure the robot does the things it's supposed to, handles fallback behaviors in case something fails. This person builds big state machines or behavior trees etc.
@karissastisser
@karissastisser 8 дней назад
@@LoyvanBeek interesting, thanks for the note! I'm curious what behaviors you're meaning that wouldn't be handled by path planning, manipulation, or human computer interaction? Or are you meaning behaviors at a higher level that handle all of them?
@LoyvanBeek
@LoyvanBeek 8 дней назад
@@karissastisser exactly that. Stuff like: get an order from the ordering system, navigate to the pickup point, see where the item to get is exactly, try to make a manipulation plan, grab the item, nav to the drop point, plan for the arm again etc (ech of those steps can fail in various ways). Has been a significant part of my last job, where o made some libraries if bits of behavior that could be composed together to make high level stuff. This stuff gets even harder when human interaction is involved.
@karissastisser
@karissastisser 8 дней назад
@@LoyvanBeek that makes sense. Robots I've worked on have had each "purpose" like path planning or localization or tracking be completely separate nodes, triggered by a message potentially from another node, so the behavior is handled internally, but I could see it making sense to make the architectural choice to have a separate behavior node that handles the high level behaviors, leveraging functionality within each of the other nodes. Thanks for the feedback! I'll add a note in the description.
@Dhananjay-IITBHILAI
@Dhananjay-IITBHILAI 9 дней назад
Please make video on guidance for career in robotics
@karissastisser
@karissastisser 9 дней назад
@@Dhananjay-IITBHILAI what is cariour?
@Dhananjay-IITBHILAI
@Dhananjay-IITBHILAI 9 дней назад
@@karissastisser I am really sorry I didn't notice it was misspelled.
@Nallu_Swami
@Nallu_Swami 23 дня назад
Your RU-vid channel is literally a gem
@ripsky7586
@ripsky7586 Месяц назад
Would you recommend studying ce over cs for robotics software engineering? This way you understand the hardware, physics, and maths. Also, I saw a video where they use a exoskeleton to manual create "data" doing a certain task. And use that to train the robot, like how chatgpt is trained on data. How could an individual get into a job like that?
@karissastisser
@karissastisser Месяц назад
It's a good question, I'm biased towards CS as that's what I did and found it really useful. If you do CE, you'll likely be stronger in the areas you mentioned but weaker at some of the CS concepts, and vice versa. For instance, for CS you'll want to be strong at threading, design patterns, debugging, object oriented class architecture, etc. You don't want spaghetti code if you don't spend enough time on CS. I would recommend focusing on which areas either you need to be stronger or the areas you feel like you'll need more help learning. You can always learn the other on the side. Also, certain jobs need you to be stronger like controls or pathplanning needs to be strong in physics, executor and any architecture/algorithm writing needs to be strong in CS. So, pick what suits you best
@KamalCarter
@KamalCarter Месяц назад
Karissa, this video was a blast and full of great info. Keep up great work.
@Neuroguy100
@Neuroguy100 Месяц назад
Thank you for making this gem of a video! Please continue making videos on Robotics and Software Engineering
@MykelOkuboyejo
@MykelOkuboyejo Месяц назад
Really helpful. Thanks for putting this together. Video topic suggestion: Books, Courses or a study plan for building skills in robotics software engineering
@supersonicstyleatsonicspeed
@supersonicstyleatsonicspeed Месяц назад
I don't think I've ever found such an amazing video regarding Robotics Engineering. Thank you for uploading this video.
@EmmanuelMessulam
@EmmanuelMessulam Месяц назад
My favorite is CAN bus errors from faulty connections, because they usually happen on the field, and cause weird problems that are impossible to replicate in the lab.
@ubaydaabdulsamad6468
@ubaydaabdulsamad6468 Месяц назад
Thanks a lot for sharing your expertise. Software robotics' learning curve is steep and job opportunities are quite few. As much as this topic is important, it's always overlooked. As you mentioned, teams are not strictly divided and separated, a team is usually responsible on various related tasks and teams always work together. For example, one company I've worked for has the following teams: - mathematics (solves any problem related to math, mostly sensor fusion) - AI (anything related to a AI - mostly Computer Vision) - Embedded Systems ( programming smaller computation unites mostly sensors) - Embedded Systems ( testing new components, mostly drivers) - HMI (Software Application) You always see people from different teams collaborate on a certain task.
@Nallu_Swami
@Nallu_Swami 2 месяца назад
You are such a life saver , i have seen your 19 types of Robotics Software Engineering video , i was curious if as a undergrad in computer science and engineering it will be a good decision to go for masters in robotics ?
@karissastisser
@karissastisser 2 месяца назад
It is possible to get into robotics with a Bachelors, though you'd be a stronger candidate with a Masters. I went back for my Masters after ~6 years of professional experience, so I knew exactly what I was hoping to get out of a second degree, and I focused my projects on relevant topics. I would recommend that route to anyone. It's also common companies have a continuing education benefit, so you can work full time, and take one class at a time towards a Masters, and have it paid for, especially at an economical university like Georgia Tech.
@Nallu_Swami
@Nallu_Swami 2 месяца назад
This is so helpful
@tcveatch
@tcveatch 2 месяца назад
By the way I can’t believe you have been getting no comments. You are the very person this world needs to encourage. I encourage you!
@tcveatch
@tcveatch 2 месяца назад
You are Awesome! What an admirable, earnest, positive go-getter. I really admire you and your trajectory in life. In robotics, I’m thinking about multi scale abstract object representation, memory, and detection/re-orientation/parameterization within scene. Do you have things to share about best practices in those areas? Also I’m studying George Mou’s obscure but empowering work related to SLAM and spatial search and parallel processing. Maybe all these things will start to come together.
@amandacollyer645
@amandacollyer645 3 месяца назад
Really appreciated your class - these videos are a great way to get started with basic robotic programming :)
@RobotixwithSina
@RobotixwithSina 3 месяца назад
Great Video.
@RobotixwithSina
@RobotixwithSina 3 месяца назад
Thanks for sharing this with us Karissa. Very informative video.
@surajmandal_567
@surajmandal_567 4 месяца назад
Where to learn these 😢?
@karissastisser
@karissastisser 4 месяца назад
Implementing projects were my best form of learning. Search what you don't know. I have a few products at Slamivait I'm working on to help this, but it'll take some time to complete. Feel free to subscribe to my newsletter on slamivait.com to be notified of new products. This also sounds like a video request for a roadmap. Which type of job interests you most?
@ninjaoftherift1620
@ninjaoftherift1620 4 месяца назад
Im an IT major going into SWEN im gknna be honest im bad at math but good software development and engineering and design. Can i still maybe work as a software engineer on robotics firm or in ROS software
@karissastisser
@karissastisser 4 месяца назад
Yes, to be honest it's common that you'll have a combination of a team of people who are good at computer science and implementation on one side and people who are good at math and algorithms on the other. They complement each other. You should at least understand the concepts of transforms, but often don't have to understand everything. Just keep trying to improve yourself for the job you find you like.
@rishabhsivarajan
@rishabhsivarajan 5 месяцев назад
Absolutely loved this video! It's incredibly informative and valuable for those trying to specialize in the robotics software department. Thank you so much for sharing your expertise
@levitaylor883
@levitaylor883 6 месяцев назад
So fun and so accessible, Karissa! I love this kind of stuff. It makes the software jargon more accessible for novices like me :)
@Edward-qx9lb
@Edward-qx9lb 7 месяцев назад
Promo SM ❤️
@gabrielaforerocardenas8498
@gabrielaforerocardenas8498 7 месяцев назад
Hi🎉 Tengo el presentimiento de que voy a amar tu canal
@krishnakanthajith2350
@krishnakanthajith2350 7 месяцев назад
Really didnt feel like a 46 min video just wow.
@karlmoreno4109
@karlmoreno4109 7 месяцев назад
Can you add chapters to the video?
@marrom6808
@marrom6808 7 месяцев назад
Make milestones for your videos, so people can skip ahead; i.e. 3:30: Mapping. People might stick around longer if they can easily skip to which portion they want.
@djstraylight
@djstraylight 7 месяцев назад
The other day my nephew was looking at a printer and he realized that it's a type of robot (especially ink jet printers). I was like, yes.. that's right. I think I might get more robotics questions from him in the future.
@420_gunna
@420_gunna 7 месяцев назад
Awesome video. I'm not even in Robotics but watched it end to end instead of working. Great presentation! I hope you continue making these videos - I'm not sure that I have any advice re: how to increase viewership, if that's a goal :) But the content's there.
@quoit99training83
@quoit99training83 7 месяцев назад
What courses I need to take to land job as robotics engineer? Are udacity nanodegrees worth the hype?
@ChaitanyaKrishnabodduluri
@ChaitanyaKrishnabodduluri 7 месяцев назад
Thankyou for sharing your insights,Please continue your videos. KUDOS
@SpankClownship
@SpankClownship Год назад
This is a masterpiece, thank you.
@oli-m
@oli-m Год назад
Could be interesting. But nearly impossible to understand, especially with the background music and other noises. Please use an external mic next time, and do not use background music.
@viyh_
@viyh_ Год назад
Hey, I am a master student and a fresher seeking jobs. Can you suggest me some projects which would boost my resume? Btw you are one of the few robotics content creators I came accross so thank you 😁😁
@karissastisser
@karissastisser Год назад
Thank you for your comment! Visual odometry is definitely a hot topic right now, as many autonomous vehicles systems may have started with just using lidar points, but want to add robustness with cameras. Perception tasks in inclement weather is another area that I feel autonomous vehicles will be focusing more on in the near future. SLAM that is efficient enough to work on drones or Android devices is another interesting area both useful for agricultural applications, emergency response, and augmented reality placement of objects in a 3D space. Another area of interest could be generative AI used in test scenario generation. Another perception task I find very interesting is photogrammetry... Constructing a 3D model of something based on time series collection of sensor data. Robotics arm movement is an interesting problem for path planning. Cuda is very desirable if you have the opportunity to optimize code by using Cuda and GPUs. There really are so many possibilities for projects. Pick something that really interests you because it'll likely take you grinding through something to make it work! NuScenes is a great dataset if you don't have hardware to work on. Good luck!
@viyh_
@viyh_ Год назад
@@karissastisser Thank you so much for replying.
@inda-ag298
@inda-ag298 Год назад
Great Video!
@EngineeringSimplified
@EngineeringSimplified Год назад
Informative video! Just subscribed.