I don't think I've ever found such an amazing video regarding Robotics Engineering. Thank you for uploading this video.
@ubaydaabdulsamad64684 ай бұрын
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.
@ChaitanyaKrishnabodduluri10 ай бұрын
Thankyou for sharing your insights,Please continue your videos. KUDOS
@Neuroguy1003 ай бұрын
Thank you for making this gem of a video! Please continue making videos on Robotics and Software Engineering
@KamalCarter3 ай бұрын
Karissa, this video was a blast and full of great info. Keep up great work.
@alexlarson24662 ай бұрын
It really is incredible what it takes to develop modern mechatronic systems and robotics. I'm a mechanical engineer- so other than the controls part, which I partially understand, I never really realized how many sub-branches are within the software portion of robotics engineering as a whole. Same with cars and aircraft- the amount of software engineers needed on modern cars and vehicles is also insane. It makes sense you mentioned controls engineering being simpler generally than other subfields of software engineering in robotics. That's what I felt with the controls topics we dabbled into in mechanical engineering school vs. me trying to get a 2nd BS in CS, which didn't last, as I quickly discovered it got way more in depth quickly and went so far beyond mechatronic controls. I dropped CS like a hot potato, went back to ME haha
@erniea5843Ай бұрын
Inspirational, thank you for going through these
@420_gunna10 ай бұрын
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.
@MykelOkuboyejo3 ай бұрын
Really helpful. Thanks for putting this together. Video topic suggestion: Books, Courses or a study plan for building skills in robotics software engineering
@marrom68089 ай бұрын
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.
@karissastisser9 ай бұрын
Thanks for the suggestion, I think they're added now. Thanks for watching!
@RobotixwithSina5 ай бұрын
Thanks for sharing this with us Karissa. Very informative video.
@rawjuiceandherbs867314 күн бұрын
Great vid
@rishabhsivarajan7 ай бұрын
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
@LoyvanBeek2 ай бұрын
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.
@karissastisser2 ай бұрын
@@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?
@LoyvanBeek2 ай бұрын
@@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.
@karissastisser2 ай бұрын
@@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.
@Nallu_Swami4 ай бұрын
This is so helpful
@ripsky75863 ай бұрын
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?
@karissastisser3 ай бұрын
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
@quoit99training8310 ай бұрын
What courses I need to take to land job as robotics engineer? Are udacity nanodegrees worth the hype?
@karissastisser10 ай бұрын
Which of the 19 types are you most interested in? The point of the video is you can focus on what's necessary for one job rather than all of them, so it's hard to answer without knowing your focus. I've never done Udacity, but have had a great experience with Coursera, which can be free. You get what you put into it, especially in regards to projects.
@krishnakanthajith23509 ай бұрын
Really didnt feel like a 46 min video just wow.
@gabrielaforerocardenas84989 ай бұрын
Hi🎉 Tengo el presentimiento de que voy a amar tu canal
@Dhananjay-IITBHILAI2 ай бұрын
Please make video on guidance for career in robotics
@karissastisser2 ай бұрын
@@Dhananjay-IITBHILAI what is cariour?
@Dhananjay-IITBHILAI2 ай бұрын
@@karissastisser I am really sorry I didn't notice it was misspelled.
@undeadpresident2 ай бұрын
How feasible is just using C for the things you mention using C++ for?
@karissastisser2 ай бұрын
@@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!
@undeadpresident2 ай бұрын
@@karissastisser Thank you. I hope you don't mind me asking one more question. Are the kinds of libraries you must use more like sets of tools, or are they comprehensive interfaces with their own abstractions that you have to memorize and always work with? I ask this because the most painful thing I've dealt with since I began programming is OpenGL I have little difficulty creating my own functions for things like 3d transformations, pathfinding, physics etc while doing game development, but the structure of OpenGL is such that everything must be specific to it's structure. Simply sending data to the GPU can turn into an ordeal because it must be done in very specific ways that require reading pages of documentation about the intricacies of the API. This is due to it being an comprehensive interface that you have to adapt everything to.
@karissastisser2 ай бұрын
@@undeadpresident it depends on the library. You choose a library based on the functionality it provides. Someone else has developed the libraries you are trying to use. Sometimes they have wildly different styles of coding. Sometimes they provide good documentation and sometimes they don't. You are using someone else's code, so you are accepting whatever they've made and need to figure out how to work with it. Eigen comes to mind as a difficult library to work with syntactically, but provides a lot. Good luck!
@undeadpresident2 ай бұрын
@@karissastisser thank you
@karlmoreno41099 ай бұрын
Can you add chapters to the video?
@karissastisser9 ай бұрын
Yes, first time, I believe I added them, let me know if you still have an issue, thanks for watching!
@surajmandal_5676 ай бұрын
Where to learn these 😢?
@karissastisser6 ай бұрын
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?