Setting Up Your Network for ROS | Getting Ready to Build Robots with ROS #2

  Рет қаралды 53,980

Articulated Robotics

Articulated Robotics

Күн бұрын

Пікірлер: 35
@asimkjana
@asimkjana 6 ай бұрын
Amazing! I will go through the videos to learn more about ROS.
@ltd5480
@ltd5480 5 ай бұрын
is this worth it to try? I am going to do it, should I?
@amortalbeing
@amortalbeing 3 жыл бұрын
thanks a lot just subbed recently. keep up the great work :)
@ArticulatedRobotics
@ArticulatedRobotics 3 жыл бұрын
Thanks!
@kadirguzel9219
@kadirguzel9219 Жыл бұрын
Just found your videos and documentations on your web page. Thank you, I am subscribed. Please keep going :)
@zahinn7445
@zahinn7445 Жыл бұрын
Subscribed and liked! Getting back into ROS development after a short break from academia and found this video helpful. Topic suggestion would be how to use dockers/singularity instances and how to communicate with them. For example running ROS2 on host and wanting to access ROS1 topics running in a container instance
@alexCh-ln2gw
@alexCh-ln2gw 11 ай бұрын
if your pi is out in the wild using 5g/4g or in general cellular data, you'll need to set up ssh reverse tunneling to gain access to it to minimize the amount of hardware you use.
@MC-DevaPrasanthM
@MC-DevaPrasanthM 11 ай бұрын
I'm a beginner in building ROS robot how can I use Mobile hotspot to communicate with raspberry Pi and laptop? Can you explain me pls
@rahathasan8523
@rahathasan8523 Жыл бұрын
Instead of buying a travel router can I use my smartphone hotspot to make the dedicated network? @2:45
@gfzucatelli
@gfzucatelli 9 ай бұрын
Muito bom seus vídeos. Saudações do Brasil!
@davidfarning8246
@davidfarning8246 2 жыл бұрын
Humble tester here :) I skipped the travel router setup and used my home office setup which uses pfsense/unifi. I'll reconsider the travel router option if I want to make things more portable.
@MikeNewham
@MikeNewham 10 ай бұрын
I'll try this later. I have a small NanoPi that has one ethernet and one USB port. Ethernet will attach to home network while at home or to base station (laptop) if i'm away from home. NanoPi will have a large Realtek 2.4G antenna connected to the USB port and this will be the access point. Don''t know if Netplan is also 'nmcli' but have found 'nmcli' easy to configure..
@jonathans3021
@jonathans3021 2 жыл бұрын
Very helpful video, thank you! Question: Can the travel router be used without internet? I.e. solely for communication between the robot computer and base station?
@ArticulatedRobotics
@ArticulatedRobotics Жыл бұрын
Yep absolutely. Although for what it's worth I've lately had some troubles that are making me question the travel routers' ability to handle the ROS data rates... Still using them though because they are just SO practical for this!
@funkmastersnood
@funkmastersnood 9 күн бұрын
​@@ArticulatedRobotics Have you come up with a new solution or are you still using the travel router?
@kailuwang2004
@kailuwang2004 9 ай бұрын
If I only want to simulate with gazebo on VM, should I setting like this video?
@dreamscometrue2782
@dreamscometrue2782 Жыл бұрын
I install VMware on my laptop to install Ubuntu. After I installed Ros2 Humble for both virtual machine and Raspberry pi4. I started testing the link between VM and raspberry with the sample node above (ROS2 Humble). I pinged rasp's IP on the VM and got a signal and at the rasp screen I pinged the ip address of the virtual machine and got a response. But when transmitting "Talker" on virtual machine it shows "Hello world 1,...." but on raspberry screen "Listener" does not receive "Hello world...". Looking forward to hearing from you
@chandansingh5731
@chandansingh5731 9 ай бұрын
Did you find any solution?
@jaredaceves7707
@jaredaceves7707 6 ай бұрын
what if I have raspberry pi standard linux as my default os , do i need to uninstall it?
@mohinhmay4119
@mohinhmay4119 Жыл бұрын
Thanks for sharing. I am having an error that 2 ros cannot see each other in the same wifi network. Can you help me
@ericjones7300
@ericjones7300 3 ай бұрын
Is it possible for the development system to be Windows running WSL + Ubuntu, or do you need to have a "native" Linux system?
@angelhoma5792
@angelhoma5792 8 ай бұрын
so, this video is for who wants to use the router?
@chaoyuhou1077
@chaoyuhou1077 Жыл бұрын
After I added the dev yaml file, the VM lost the ethernet connection, a little help please
@justAl878
@justAl878 Жыл бұрын
Hi I'm having a lot of trouble setting up the network with my virtual machine. Can you help me with this?
@mikebrascome2723
@mikebrascome2723 2 жыл бұрын
Great tutorial. I do have a question, though. What happens when you network with ROS2, but communication doesn't happen? How do you troubleshoot it? Does ROS2 create any logs?
@goofoffbert
@goofoffbert Жыл бұрын
This question is a little old but just in case, I was banging my head around this problem, then only much suffering, to find out that ufw (ubuntu's "uncomplicated" firewall) was blocking packets .. even though "ros2 multicast [send][receive]" worked fine .. stopped ufw and everything worked fine.
@HomoSapiensMember
@HomoSapiensMember 6 ай бұрын
or just use a smartphone hotspot w/ hybrid network sharing
@jjsole5927
@jjsole5927 2 жыл бұрын
WOW
@maalonszuman491
@maalonszuman491 2 жыл бұрын
Hey i familiar with ros1 and i use roscore to start the connection between the pc master and the raspberry pi what i need to do to do the same on ros2 ?
@ArticulatedRobotics
@ArticulatedRobotics Жыл бұрын
That's one of the great things about ROS 2 - there is no roscore! or variables to set, it just works! This may change in future versions as it causes troubles for some people, but there will still not be a roscore, you may need to change a setting to enable comms. (As an aside, if you REALLY want a roscore-style approach you can check out fast-dds.docs.eprosima.com/en/latest/fastdds/ros2/discovery_server/ros2_discovery_server.html )
@abdelfattahessaily7229
@abdelfattahessaily7229 Жыл бұрын
i don't know too much about networks, but is it possible i do it with my mobile hotspot?
@Shah_Khan
@Shah_Khan Жыл бұрын
definitely yes with internet on mobile.
@MC-DevaPrasanthM
@MC-DevaPrasanthM 11 ай бұрын
​@@Shah_Khancould you please tell me the way to do it I'm extremely searching for that solution
@SamirAlhejaj-yz3pl
@SamirAlhejaj-yz3pl 4 ай бұрын
1000
How to install ROS | Getting Ready to Build Robots with ROS #3
3:50
Articulated Robotics
Рет қаралды 45 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
How to use Cameras in ROS (Sim Camera and Pi Camera)
32:01
Articulated Robotics
Рет қаралды 107 М.
Solving the problem EVERY robot has (with ros2_control)
24:36
Articulated Robotics
Рет қаралды 99 М.
Did I Make the World's Smallest Rocket Flight Computer?
15:10
BPS.space
Рет қаралды 1,4 МЛН
Raspberry Pi Travel Router - RaspAP (2024)
15:06
Everyday Tech
Рет қаралды 142 М.
The ROS Transform System (TF) | Getting Ready to Build Robots with ROS #6
15:13
the Raspberry Pi PHONE SYSTEM! (3CX PBX at home)
14:49
NetworkChuck
Рет қаралды 758 М.
Building a ROS Robot for Mapping and Navigation #1
19:53
James Bruton
Рет қаралды 230 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН