Programming for Robotics, Lecture 1: Introduction to ROS

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • In the first of five lectures, we will introduce the ROS architecture & philosophy; ROS master, nodes, and topics; Console commands; Catkin workspace and build system; Launch-files and the Gazebo simulator.

Комментарии • 27

  • @M_Nagy_
    @M_Nagy_ Год назад

    This is such a beneficial series for ROS/Gazebo with C++! 👏 I have also applied for summer school this year. So excited to join it.

  • @methods-SE
    @methods-SE Год назад

    Clear and concise descriptions... In the scientific way

  • @shivohcn1684
    @shivohcn1684 3 года назад +5

    Thankyou for sharing. This is great 👌

  • @FutureLOKJHI
    @FutureLOKJHI 2 года назад +2

    Thanks ETH

  • @amnahebrahim3325
    @amnahebrahim3325 2 года назад

    Excellent lecture, but I'm wondering if the topic is the channel for a message or if it's the actual message itself?

  • @ltybc425
    @ltybc425 3 года назад

    Thank you very much for sharing it!

  • @Jarito1903
    @Jarito1903 3 года назад +2

    thanks a lot for this course, may i ask if this course is also available in German?

  • @colarey
    @colarey 2 года назад +1

    Sir is it okay if I can work with ROS using Ubuntu on WSL instead of VMware ? And also is a NVIDIA graphics card required? My PC has 8GB of RAM with only an Intel Iris Graphics card

  • @RSMReveals
    @RSMReveals 3 года назад +2

    Will we have further lecturers.. very informative👍

    • @leggedrobotics
      @leggedrobotics  3 года назад +5

      Yes, more lectures will follow in the coming two weeks!

  • @darteyobeng
    @darteyobeng 3 года назад +1

    am I allowed to join in a live class?

  • @damiaK0017
    @damiaK0017 2 года назад +1

    Hi,
    These lecturers are extremely helpful. I am following them. I am having a problem when I clone the legged robotics, I don't see any git folder or everything that you depicted in the video. Kindly can you point me in the right direction?

    • @marcospatricio8283
      @marcospatricio8283 2 года назад

      I just started the course, so i don't know if it'll be helpful to you, but files used on the videos are available at this website:
      rsl.ethz.ch/education-students/lectures/ros.html

    • @damiaK0017
      @damiaK0017 2 года назад +1

      @@marcospatricio8283 Thank you, Marcos. I am a beginner too. I am following the lecture notes as well. Still no luck. I am getting errors in the CMAKE CXX compiler. I don't know why.

    • @ldcrbt
      @ldcrbt Год назад

      @falzakhan8715 hello, I am a beginner in ROS trying to follow this course... I see your comment here and I understood that some months ago you were a beginner... Can I ask you: what is your level in ROS now after this course?

  • @KaizerRahaman
    @KaizerRahaman 10 месяцев назад

    From where did we get the Workspace folder ?

  • @scaldor
    @scaldor 3 года назад

    ROS installation is like a Charles Babbage class.

  • @18shahmeetable
    @18shahmeetable Год назад

    Where can we get the VM file used for this course?

  • @relayzhang9045
    @relayzhang9045 3 года назад +1

    Why is the course not focused on explaining ROS2?

  • @cleisonarmandomanriqueagui9176
    @cleisonarmandomanriqueagui9176 2 года назад

    why on a virtual machine if you have ubuntu already installed ?

  • @quynhvinh3501
    @quynhvinh3501 2 года назад

    What is git in 52:27
    How do you have "git"?

    • @haardshah1715
      @haardshah1715 2 года назад

      Git is a version control protocol which generally comes preinstalled in Ubuntu systems but can be installed separately as well.