- Install NodeJS (LTS)
- nodeJS after checking the appropriate CPU
- Install yarn
- Install ROS
- Install ROS-bridge
- Install future
sudo apt-install future
- go to workspace directory
cd catkin_ws/src
- git clone this repository
git clone https://github.com/Kasidit0052/MobileRobot-ROS.git
- ls to ensure
ls
- install all js dependency
cd MobileRobot-ROS && yarn install
- move to frontend folder and install all js dependency
cd kraibot && yarn install
- move to parent directory and start
cd .. && yarn dev
-
go to wifi and edit connection
-
click on setting at specific wifi
-
select ipv4 setting
-
choose manual method
-
add address
address 172.16.10.xx
netmask 255.255.255.0
gateway 172.16.10.1
DNS Server 8.8.8.8
-
save config
-
open terminal and use ipaddr
ipaddr
go to workspace directory and start server
cd catkin_ws/src/MobileRobot-ROS && yarn server