ROS2 Actions [1H Crash Course]

Поділитися
Вставка
  • Опубліковано 11 лют 2025

КОМЕНТАРІ • 14

  • @RoboticsBackEnd
    @RoboticsBackEnd  10 місяців тому

    Thank you for watching!
    🔥 To go further with Actions, and also Lifecycle Nodes, Executors, and Components, check out this complete and step-by-step course:
    👉 rbcknd.com/ros2-advanced-concepts

  • @divelix2666
    @divelix2666 Рік тому +1

    Great tutorial, thank you!

  • @Luigi-q4q
    @Luigi-q4q 2 місяці тому

    I like everything but the acoustic while pressing the buttons ;)

  • @vansta93
    @vansta93 3 місяці тому

    Nice Tutorial, quick question. How can I add a service that pause the execution of this action, but after some input can continue, like an emergency stop button.

  • @abhismirai10
    @abhismirai10 Рік тому

    Thank you sir appreciate this

  • @daeganbrown6122
    @daeganbrown6122 Рік тому

    Do you have plans for courses of this with C++, instead of python? These are incredibly helpful!

    • @RoboticsBackEnd
      @RoboticsBackEnd  Рік тому

      Check the link in the description :) the course includes detailed explanations for both Python and C++

  • @manueldgantiva655
    @manueldgantiva655 Рік тому

    Great job

  • @texwiller7577
    @texwiller7577 6 місяців тому

    Thank you very much

  • @RahulR-l2m
    @RahulR-l2m 4 місяці тому

    Can you provide me full course on ros2 from urdf to the rviz simulation...

  • @thomasluk4319
    @thomasluk4319 Рік тому

    Do you think its better to use topic for low level control command likes CAN interface signals, for the action it should be at a high level control like path planning and navgation task that publish raw command to low level interface

    • @RoboticsBackEnd
      @RoboticsBackEnd  Рік тому

      For low level control (CAN or other protocols) it's better to actually use a C++ driver directly, that you can integrate into a hardware interface for ros2_control. Then, how you communicate with ros2_control: topics/actions etc.

    • @thomasluk4319
      @thomasluk4319 Рік тому

      yeah i am doing something similar, instead i am using ros2socketcan package created by autoware @@RoboticsBackEnd

  • @AmerShtat-w7y
    @AmerShtat-w7y 6 місяців тому

    Great tutorial, thank you!