Тёмный

ROS and Arduino with ROSserial | ROS tutorial #10 

Tiziano Fiorenzani
Подписаться 27 тыс.
Просмотров 54 тыс.
50% 1

Опубликовано:

 

8 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@XxPwnZsxX
@XxPwnZsxX 2 года назад
Updating to Ubuntu 18.04 solved the i2c pwmboard dependency problem but ubiquity robotics doesn’t have a prebaked image for 18.04. Great work as always
@prandtlmayer
@prandtlmayer 2 года назад
I myself have never had issues with that adapter. But this way was more fun and gave me the perfect opportunity to talk about rosserial. Thanks for posting the solution
@OnlineObsessionista
@OnlineObsessionista 7 месяцев назад
This is a really good demo. Unfortunately the author is no more active on the channel.
@osaydhussein258
@osaydhussein258 2 года назад
This was very helpful thank you so much , any chance you could do one where ros will send message to the arduino based on lidar information something like SLAM
@prandtlmayer
@prandtlmayer 2 года назад
Once you know how to connect them, then you can expand it pretty much as you want.
@marcopter
@marcopter 2 года назад
Grande, ciao Tiziano!
@GiuseppeLabriola
@GiuseppeLabriola 2 года назад
Grande Tiziano!!
@acevanefan
@acevanefan 6 месяцев назад
I am going to link ROSserial to RP Lidar. Yes, you are welcome to share useful links friends.
@josepablolopezaguado6191
@josepablolopezaguado6191 2 года назад
Thanks so much, could you make one on microRos with ros2?
@ozcankosar6206
@ozcankosar6206 8 месяцев назад
Unfortunately, there is no encoder in the engine of my RC vehicle. So how can I calculate odometry?
@etiennemekonoudekpanou675
@etiennemekonoudekpanou675 11 месяцев назад
Great project !!!!!!! please, could you share the link to buy the chassi of your robot ?
@prandtlmayer
@prandtlmayer 11 месяцев назад
You can find it on the description of one of the first videos of the series
@Drxxx
@Drxxx 2 года назад
great video
@darmanin703
@darmanin703 2 года назад
I want to communicate between Matlab (on my laptop) and ROS (on another Linux computer). I am using a serial communication (USB to RS232) between the 2 computers. Do I need rosserial in my case ? or do I just publish topics directly from Matlab ? Thanks in advance, and well done on your videos, very informative !!
@jirivchi
@jirivchi Год назад
Amazing tutorials Tiziano Fiorenzani. I can't run sudo apt-get install ros-humble-rosserial-arduino. any idea? thanks in advanced. it looks like I have to change command
@Elnasir
@Elnasir Год назад
Obstacle detection with a sonar
@agrimekatronik321
@agrimekatronik321 2 года назад
Hello,first of all thanks a lot for these great tutorials. If we can control rover via teleop keyboard(raspberry pi) and arduino,what we need to do if we want to add lidar on rover and to do navigation. Thanks
@prandtlmayer
@prandtlmayer 2 года назад
The Arduino here is just in between the RC and the vehicle and to control the servos. You can add other sensors to your robot now, no problem
@SIRIMULONDO
@SIRIMULONDO Год назад
GREAT VIDEO AM USING ROS 2 GALACTIC SO I HAVE BEEN TRYING FOR WEEKS FOR IT TO WORK WITH ARDUINO CAN YOU HELP ME ON HOW TO SET IT UP
@prandtlmayer
@prandtlmayer Год назад
ROS2 does not have Rosserial. You need microRos, which is not compatible with 8 bit Arduino boards
@prandtlmayer
@prandtlmayer Год назад
Otherwise you just build your own serial interface as a ROS 2 node which communicates with the Arduino board with your custom messages
@iitianvlogs9805
@iitianvlogs9805 5 месяцев назад
How you connected the dc motor
@fransflorenza9708
@fransflorenza9708 2 года назад
HI tiziano, after watching your tutorial im try to subscribe into tf topic. everything looks work fine. the serial node can subscribe to tf topic and the tf topic data is well. but when i check the serial monitor i see that the data only update once after the serial node is started and then the data looks static. im using esp32. can you help me pls? or there are better methode? thx fyi im using lidar carthographer and wants to get the coordinates data into arduino esp32.
@jordanducille8600
@jordanducille8600 Год назад
Why do I need the raspberry pi.... Could it be done with the Arduino alone or a esp32 chipset
@OnlineObsessionista
@OnlineObsessionista 7 месяцев назад
you need RPi to run ROS. Neither Arduino nor esp can do that
@osaydhussein258
@osaydhussein258 2 года назад
Hello again 😅 , i am having problems installing the arduino ide on my Ubuntu 20.04 its on a raspberry pi , i followed the same steps but the arduino ide wont open any ideas ?
@prandtlmayer
@prandtlmayer 2 года назад
Actually not, it was flawless. You can also use the windows version. You can import the ros lib in windows as well
@proplayerplayz
@proplayerplayz Год назад
is there something like this for ros2 ? for humble?
@prandtlmayer
@prandtlmayer Год назад
Not on my channel. For ROS2 I would use Micro ROS, but they would not run on Arduino
@christopherlazo8485
@christopherlazo8485 2 года назад
Will this work on STM32 instead of Arduino ?
@prandtlmayer
@prandtlmayer 2 года назад
Yes, there is actually a rosserial_stn32 repo on GitHub
@moreno7886
@moreno7886 2 года назад
How to solve this problem: [ERROR] [1524089506.982801]: Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino. I have tried several solutions available on the internet, but none has helped.
@prandtlmayer
@prandtlmayer 2 года назад
What ROS version?
@moreno7886
@moreno7886 2 года назад
Noetic
@osaydhussein258
@osaydhussein258 2 года назад
Will this work on ros noetic ?
@prandtlmayer
@prandtlmayer 2 года назад
Yes it will. Any distribution with rosserial will work
@nurakhyarnordin3985
@nurakhyarnordin3985 2 года назад
I'm thinking to run Keras with ROS for this donkey car... is it possible?
@prandtlmayer
@prandtlmayer 2 года назад
I don't see why not: answers.ros.org/question/375792/keras-for-ros/
@ravidrewett1488
@ravidrewett1488 2 года назад
𝐩𝐫𝐨𝐦𝐨𝐬𝐦
Далее
Building a ROS Robot for Mapping and Navigation #1
19:53
小丑家的感情危机!#小丑#天使#家庭
00:15
You can use ANY hardware with ros2_control
47:44
Просмотров 57 тыс.
How to start making AUTONOMOUS ROBOT with the ATTLER
12:54
Autonomous Rover From Scratch (ROS) Part 1
10:46
Просмотров 83 тыс.
Can you map a room with LIDAR and Arduino?
11:52
Просмотров 344 тыс.
Hacker's Guide to UART Root Shells
17:40
Просмотров 486 тыс.
I made a SUPER FAST Line Follower Robot Using PID!
10:02