Is it possible to setup a wireless network without internet for the robot and PC? [closed]
The system includes three devices: PC, robot's computer, and wireless device.
In order to improve the signal quality of the wireless in the whole robot's environment. I'd like to put a big wireless device in the middle corridor where it is not Ethernet (no internet) and only feed by power, then use its signal to connects it with the robot's computer. The robot's computer has a small wireless device that will connect with a big wireless device. Both wireless devices have no internet, only electric power, and signal.
Can I transmit data from the robot to my PC and vice versa over Wi-Fi's signal ?
Can I access the robot's computer using Wi-Fi's signal to launch the robot ?
If yes, please your suggestions, and what are its disadvantages?
Any suggestions would be greatly appreciated.
Note: the system is working fine now using the internet in the big wireless device and connect it with the robot's computer and PC, only some problem when the robot is very far from a big wireless device because of dropping the signal quality to 5% here.
use "access point" not "router" and give static ip adresses for all devices or use "hostname"
did you mean those lines in bachrc file????
when you connect all devices to the access point then if all devices are in the same pool (192.168.9.x), if you can use "ping 192.168.9.x" for all devices, it means all devices are linked together.
now you can use;
I'm sorry, but this does not seem like it's a ROS question.
It's more about hw setup for wireless networks.
I'd suggest you post it on a more appropriate forum instead.
I think, this question is a ROS question. Please, see here omeranar1's answer is solved my issue. Those lines in bachrc file, the same within or without internet.
The page you link to discusses ROS configuration after you've got your OS level network setup complete.
You ask:
those are all non-ROS questions, and additionally are questions about the OS level configuration of your system.