Skip to content

kanishkanarch/Robot_Web_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages