Okay, but what if I have 2 leds for example and I want to do like this: digitalWrite(LED_PIN, HIGH); digitalWrite(LED_PIN_2, LOW); delay/millis(300); digitalWrite(LED_PIN, LOW); digitalWrite(LED_PIN_2, HIGH); delay/millis(300); And this should be repatedly to next push of the button? 😅
@RatBastard-007Күн бұрын
Try doing this on a RPi 5.
@zakariaz354 күн бұрын
half the video is installing vsCode -_- good as introduction to c++ so you should change the title
@scottpeeler15695 күн бұрын
Thank you, fine sir! I had some troubles a few times doing your tutorials, but I pushed on to the end. I will always smile when I think of the way you pronounce "circles"! Thanks again, I actually learned something.
@RoboticsBackEnd4 күн бұрын
Thanks for the kind words! You just made me google "how to pronounce circle"
@matin46617 күн бұрын
For those who are experiencing error in executing your first node command, your main culprit will be anaconda distribution that is handling your python .. remove anaconda, reinstall colcon and python (if required) and edit bashrc file (gedit ~/bashrc) and remove all lines thats specifying path of anaconda.. it should work fine
@malindailankoon8 күн бұрын
is there any advantage of making the python files executable with chmod? I accidentally forgot to do that but nothing bad happened
@RoboticsBackEnd7 күн бұрын
It can be useful if you build the package with --symlink-install. Otherwise it doesn't change anything.
@shakejones8 күн бұрын
Great video+explanation+presentation! Thank you for sharing! Well done mate 🙏🏻
@sylcolinrakotonandrasana369414 күн бұрын
that's an instructive video. I just have a question, how the cpp file is going to be called?
@Quatuux15 күн бұрын
What if I don't want to filter every single topic at once with ROS_DOMAIN_ID? What if I want to keep some topics local and share some other?
@challenger4215 күн бұрын
Thank you!
@syahrialrasyid253916 күн бұрын
thanks a ton, mate!
@Pratham-p9i17 күн бұрын
Thanks for this crash course, Just an add on: to open the pdf file to visualize tf_tree, just enter this command --> evince name_of_pdf
@Ahmad-vc7il20 күн бұрын
Never expected to hear Edouards voice on a KZbin video while scrolling
@ArielAyissi21 күн бұрын
Bonjour Mr Renard créateur de Niryo Robot cmt allez vous
@RoboticsBackEnd17 күн бұрын
ça va
@pawejerzyna567421 күн бұрын
awesome
@moeintaherkhani728922 күн бұрын
Best channel on KZbin for learning ros2. I also got your Udemy courses, just as good!
@edoardodanna85027 күн бұрын
HI! I have some issues with the installation of slam_toolbox on ros2 Jazzy version. Using your robot, I am not able to display the slam environment on rviz2. Could you help me? thanks in advance.
@RoboticsBackEnd26 күн бұрын
The tutorial I recorded was for ROS 2 Humble. I am planning to do a Jazzy update soon!
@bun7264228 күн бұрын
great video, this is my first time using linux and the insturctions were simple enough to follow along, thank you
@Luigi-q4q29 күн бұрын
I like everything but the acoustic while pressing the buttons ;)
@Kürşat-Final29 күн бұрын
can we not just use one resistor on the katot side?
@musaalhaj765Ай бұрын
Are these tutorials only for linux operating system or for windows as well?? Considered that I installed ubuntu, wsl and ROS2
@RoboticsBackEndАй бұрын
If you already have Ubuntu, then go with Ubuntu, that's the best choice. I'm not using Windows a lot, but I know some people made it work with WSL 2, however be prepared to spend more time debugging configuration issues.
@musaalhaj76529 күн бұрын
@RoboticsBackEnd I have purchased your udemy course. I installed Ubuntu and virtual box. I want to install ros but when I typed Sudo apt update i got an error known as: the repository https..... oracular doesn't have a release file. How to fix this issue or I can just go with it?
@alexvassАй бұрын
Thanks
@BMC_999Ай бұрын
very nice tutorial
@muhammadabida7266Ай бұрын
Thanks a lot for providing such an amazing course. You really know how to teach stuff. You earned a subscription and I bought your course on Udemy because I want to develop ROS2 packages in C++ as well. Sir, here's to certify that you are a force for good in the universe 🎖🫡
@RoboticsBackEndАй бұрын
Thank you so much for the kind words! Hope you enjoy the course as well
@kennethchristiansen8743Ай бұрын
What does is say (reference code) on chip on hardware if no heatsink is on top. How do I see difference from 1, 2, 4 and 8 gb?
@kenbhho3486Ай бұрын
Great +1
@kenbhho3486Ай бұрын
great!
@kenbhho3486Ай бұрын
Great
@hongsethya4932Ай бұрын
does it work with gazebo ?
@alperenpeker__Ай бұрын
Thank you for this wonderful video. I trace every second of the video (without the gazebo part). I can see the /scan and /map topic, however in rviz for some reason it says that no map received but the topic and update topic status is OK. I am using rplidar a1 and I can normally see the the laser points form rviz. What should I do? Thank you beforehand. ✨
@deplorablesecuritydevicesАй бұрын
Thanks!
@RoboticsBackEndАй бұрын
Thank you!
@ericpyle8836Ай бұрын
Great Video! Really helped me out :). Thank you for taking the time to explain it in a structured way. Much appreciated! :)
@kenbhho3486Ай бұрын
Great
@kenbhho3486Ай бұрын
That circle is wonderful.
@kenbhho3486Ай бұрын
Good One Bro
@tgiriciАй бұрын
Hi thank you very much for the video. I can run the program on VsCode and command line. I build it. I see "Finished <<< my_robot_controller [1.09s]" but when I run "ros2 run my_robot_controller test_node" it says "Package 'my_robot_controller' not found". What could be the problem?
@kenbhho3486Ай бұрын
Nice one bro
@kenbhho3486Ай бұрын
Do, we need to install the Cmake Tools inside the vs code
@kenbhho3486Ай бұрын
Nice one bro
@wangwenping992Ай бұрын
is it workable to install RPi.GPIO in computer? not RasPi. I tried to install GPIO in vs code via pip command, but failed.
@VincentList-c3mАй бұрын
Normally, I don’t write comments, so this is kind of special. I’m a mechatronics student and have really come to love the art of coding over the past few years, especially C++. This year, I’m working on a project to build an automated farming robot. We’re working on the second iteration, and the first was built with ROS, so I needed to learn it too. While searching for tutorials, I found your playlist, and honestly, it was the best thing that could’ve happened. I just wanted to thank you for all your efforts and help! Looking forward to checking out more of your playlists!
@bennorris7569Ай бұрын
Around 7:00 mins, adding <member_of_group>rosidl_interface_packages</member_of_group> always flags an error on the following line? for example in this case test_depend becomes 'invalid, one of the following is expected, member of group or export. Any ideas?