Navigation2 in ROS2 | Autonomous Mobile Robot | Nav2 | Behavior Trees | Odrive| Diff drive Robot

  Рет қаралды 11,533

Robotics and ROS Learning

Robotics and ROS Learning

Күн бұрын

Пікірлер: 50
@anas77xd
@anas77xd 8 ай бұрын
we missed you, you are the one who contributed in saving my graduation project
@ramanabotta6285
@ramanabotta6285 8 ай бұрын
I was not clear on BT for robotics before, and It is clear now. all thanks to you Sai anna ❤.
@roboticsandroslearning8232
@roboticsandroslearning8232 8 ай бұрын
Thanks Ramana 😊
@Peekaboo-Playtime
@Peekaboo-Playtime 6 күн бұрын
your points are very clear. great video
@teetanrobotics5363
@teetanrobotics5363 8 ай бұрын
One of the best explainations for ROS2 Navigation!! Request you to make similar videos for Moveit,Moveit2, PCL, RTAB, Ignition
@gowthamappuraj
@gowthamappuraj 5 ай бұрын
Great work and very much appriceation toward ROBOTICS community ,Thanka a lot
@kalucardable
@kalucardable 6 ай бұрын
You speak very fast but your explanations are clear lol. Thank you for helping the community with your videos.
@mohitks62
@mohitks62 8 ай бұрын
Glad to see you back
@tarmiziizzuddin337
@tarmiziizzuddin337 8 ай бұрын
Superb explanation!
@Robotman_1872
@Robotman_1872 8 ай бұрын
What a nice lecture!!! ❤
@BandaSaimohan
@BandaSaimohan 8 ай бұрын
Super Anna Great explanation
@ramanabotta6285
@ramanabotta6285 8 ай бұрын
Super anna ❤, waiting for your videos
@jatinpatil1013
@jatinpatil1013 8 ай бұрын
you can use docker to run ros2 humble on jetson nano with any ubuntu version
@roboticsandroslearning8232
@roboticsandroslearning8232 8 ай бұрын
I didn't know this. Thanks for the information. Will try it out.
@jwp-yh8wh
@jwp-yh8wh 6 ай бұрын
But you can't use usb ports and other ports right?
@caiyunwurslin2468
@caiyunwurslin2468 7 ай бұрын
excellent work! Thank you.
@truongphan3094
@truongphan3094 8 күн бұрын
your car looks great. what MCU did you use to control the motor?
@roboticsandroslearning8232
@roboticsandroslearning8232 3 күн бұрын
I used odrive driver to control the motors from Jetson Nano
@haroonrasheed3896
@haroonrasheed3896 Ай бұрын
can you make a video of the hardware side as well. If we are using ros2 navigation stack how it is communicating with the hardware. I do know that we have to write the custom hardware interface but how to move motors according the path planning plugins. I am working on similar project. I was able to connect my robot with Arduino through serial communication but I don't know how to move the motors according the navigation2 path plan.
@JoshuaMurangaBauer
@JoshuaMurangaBauer 8 ай бұрын
Hello there, thank you for the video and all the resources. I'm currently setting up my Jetson nano for a similar project, but I want to run the ROS nodes through Kubernetes for Multiple vehicle/robots control have you ever looked into that already? I would appreciate some directions if any. Thanks
@suleymankara1122
@suleymankara1122 2 ай бұрын
Thanks for sharing. It tooks my one week to convert it to ros2 humble. Maybe there is software converting automaticaly. One question, in your video 29:38 second, why after running autonomous_nav.launch file not showing map in rviz2? It only shows global map.
@betahex3589
@betahex3589 5 ай бұрын
i get package 'nav2_recoveries' not found error
@Horizon-s6c
@Horizon-s6c 5 ай бұрын
Hello there, Amazing video! I have a question, are you using encoder with your robot, and what type of encoders?
@roboticsandroslearning8232
@roboticsandroslearning8232 5 ай бұрын
The hub motors have inbuilt incremental encoder
@ErkanUnal.
@ErkanUnal. 8 ай бұрын
What engine did you use? I am using a bldc hall sensor motor and vesc driver. Is it possible to configure these in your project?
@indramal
@indramal 3 ай бұрын
Thank you very much. Don't you use ROS2_Control?
@roboticsandroslearning8232
@roboticsandroslearning8232 3 ай бұрын
I did use ros2_control
@ayushb3289
@ayushb3289 Ай бұрын
Since am working with that too but mode roke it is kind tough
@sunilsriramula
@sunilsriramula 8 ай бұрын
Super bro
@Gdp_si
@Gdp_si 4 ай бұрын
Great work, can you post tutorial on docking ?
@roboticsandroslearning8232
@roboticsandroslearning8232 3 ай бұрын
I will try to work on it.
@exactly.3732
@exactly.3732 7 ай бұрын
I am unable to do slam with turtlebot3 in ros2 humble it say gazebo 11.00 is required but i am having gazebo 11.10 any solutions or make a video on full installation it will help beginners a lot
@nafisahmed6247
@nafisahmed6247 4 ай бұрын
How is the filter for keepout zone was done? was it editing the map file using some kind of image editor ?
@roboticsandroslearning8232
@roboticsandroslearning8232 4 ай бұрын
Yes, the keepout zones are marked using GIMP editor tool.
@pranavpatil7312
@pranavpatil7312 4 ай бұрын
how to implement the CAN communication to control the motors through the Jetson Nano?
@roboticsandroslearning8232
@roboticsandroslearning8232 3 ай бұрын
I have not worked on CAN communication yet :(
@Thinker-y4m
@Thinker-y4m 7 ай бұрын
Sir , guide me for visual slam and microros .
@VIJAYKUMAR-ux3lq
@VIJAYKUMAR-ux3lq 8 ай бұрын
1st like & comment
@aimethierry6413
@aimethierry6413 7 ай бұрын
Hello, I would first like to thank you for your hard work; unfortunately, I was attempting to redo what you did but can't get the good repository comparable to ros_odrive, and odrive message for foxy; could you kindly share me some link?
@roboticsandroslearning8232
@roboticsandroslearning8232 7 ай бұрын
Hello, I have uploaded the files required for odrive messages for foxy under "ros_odrive_msg" package. Try to build "ros_odrive_msg" package first and then build agv_proto package. The build should be successful. ros_odrive_msg Package: github.com/bandasaikrishna/Nav2_Autonomous_Mobile_Robot/tree/main/ros_odrive_msg
@mirzasalem2766
@mirzasalem2766 8 ай бұрын
code to the project folder not showing properly. :/
@roboticsandroslearning8232
@roboticsandroslearning8232 8 ай бұрын
I haven't uploaded the files yet, will upload soon.
@roboticsandroslearning8232
@roboticsandroslearning8232 8 ай бұрын
Files are now uploaded.
@debanikroy7496
@debanikroy7496 6 ай бұрын
Use docker
@usasat00
@usasat00 7 ай бұрын
I was wondering if you can help me out with my project I have a very similar setup, I'm willing to pay you I don't have no idea how much you would have to tell me, I can send an image on my robot is just not working properly.
@roboticsandroslearning8232
@roboticsandroslearning8232 7 ай бұрын
Send me a email on rosroboticslearning@gmail.com
@Robotman_1872
@Robotman_1872 8 ай бұрын
03:17 nav1 is fsm but nab2 is bt
@roboticsandroslearning8232
@roboticsandroslearning8232 8 ай бұрын
Yes, same is said in the video.
@dhoh-h7r
@dhoh-h7r 7 ай бұрын
12:31
@luizcarlosvilasboas7975
@luizcarlosvilasboas7975 2 ай бұрын
Could you help me about this error: ry:~/ros2_ws$ colcon build --symlink-install Starting >>> agv_proto Starting >>> ros2_control_demo_hardware Starting >>> ros_odrive_msg --- stderr: agv_proto CMake Error at CMakeLists.txt:47 (find_package): By not providing "Findhardware_interface.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "hardware_interface", but CMake did not find one. Could not find a package configuration file provided by "hardware_interface" with any of the following names: hardware_interfaceConfig.cmake hardware_interface-config.cmake Add the installation prefix of "hardware_interface" to CMAKE_PREFIX_PATH or set "hardware_interface_DIR" to a directory containing one of the above files. If "hardware_interface" provides a separate development package or SDK, be sure it has been installed. --- Failed
GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil Eifrem
19:15
My Secret: How I Became an Autonomous Robotics Engineer
8:06
ubicoders
Рет қаралды 64 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 36 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
Making robot navigation easy with Nav2 and ROS!
22:39
Articulated Robotics
Рет қаралды 103 М.
before you code, learn how computers work
7:05
Low Level
Рет қаралды 522 М.
Nav2 Docking In the Wild - Using AI Vision, 2D Lidar, and Apriltags
3:27
Why The US is Struggling to Return to the Moon
19:55
Real Engineering
Рет қаралды 639 М.
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1,1 МЛН
Behavior Trees in Robotics (Part 1 - Concept)
14:26
Hummingbird
Рет қаралды 8 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 380 М.
Control LEGO EV3 Segway with Node-RED and Infrared Beacon
52:21
The Noob Inventor
Рет қаралды 237
Thank you Santa
00:13
Nadir Show
Рет қаралды 36 МЛН