Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.02 KB

Robot_Web_Tools

Web-based controller for AR-Drone, made using ROSLIBJS. I can now control the robot using my phone, by opening a webserver on my Ubuntu PC and opening this webpage on phone.

  1. Change the robot's IP (line 14 in robot.html) to your own robot's/machine running ROS's IP.
  2. Start your robot. Example: roslaunch turtlebot3_gazebo turtlebot3_world.launch
  3. Start a websocket using ROSBridge. roslaunch rosbridge_server rosbridge_websocket.launch
  4. Connect your robot and webpage in same WiFi network. Example: If your webpage is on the robot itself, make a server on robot using python -m SimpleHTTPServer and open the same webpage on another device on the same WiFi network.
  5. Start moving your robot using the webpage buttons.



This is the controller, opened in my phone.

This is the robot in my PC, being controlled remotely by my phone.