Thank you for watching! 🔥 To go further with ROS2, check out this complete and step-by-step ROS2 course 👉 rbcknd.com/ros2-for-beginners
@bhanuprakashkonatham6709 Жыл бұрын
For reading from key board After entering "ros2 run turtlesim" (06:48) I am getting error like this " usage: ros2 run [-h] [--prefix PREFIX] package_name executable_name ... ros2 run: error: the following arguments are required: executable_name, argv " Can you please tell me why this is happening
@djrednaksi Жыл бұрын
I think I've had a similar problem. Which Ubuntu version do you have?
@yksilkturdabitecek9 ай бұрын
You have to add node name for execute. In this video, he used a shortcut tab to see completable options. Than added node name and executed again.
@sriraghavtanikella5 ай бұрын
Double click tab to see further options that need to be entered, if there's only one, it will autofill
@thejoojoo9999 Жыл бұрын
Small question : when I do call rqt_graph like you at 5:17 it only shows the talker and listener nodes and not the _ros2cli_ node although I do have a terminal window running echo /chatter. How come I don't see the echo node ?
@RoboticsBackEnd Жыл бұрын
Maybe try to enable the "debug" box or smth similar
@sriraghavtanikella5 ай бұрын
You just need to reload the rqt page with that small button on the top left corner
@tee-nw5vx7 ай бұрын
i unable to run turtlesim or rqt_graph on wsl. why?
@sarthakdas8157 ай бұрын
What does groups mean when you changed it from 2 to 0 why did we do this what does more groups show?
@wkinne1 Жыл бұрын
When I click on the course, the 10 hour one you say is free, it says it costs $17.99. Am I looking at the wrong thing?
@RoboticsBackEnd Жыл бұрын
The KZbin crash course (2h50) is free, but you have to pay for the 10h+ one (on top of publishing free tutorials I also need to pay my rent) . With this pricing you get a complete course for less than 2$ an hour :)
@abhijitkaluri8052 Жыл бұрын
haha@@RoboticsBackEnd
@pal432-m5v11 ай бұрын
thnk you for this
@muhammadinamulhaq57862 жыл бұрын
Question : Can a node be a topic as well?
@RoboticsBackEnd2 жыл бұрын
A node is not a topic. A node will be able to publish/subscribe to a topic. And a topic will be created inside a node, but those 2 are different entities