ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how to control robot movements from a webapp on any device without a keyboard? [closed]

asked 2020-02-08 03:12:23 -0500

VinayMaida gravatar image

updated 2020-02-08 03:18:01 -0500

I want to map buttons on my app screen to teleop but I can't figure out how.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by VinayMaida
close date 2020-02-13 10:36:35.245579

Comments

Is desktop application an alternative ?, you might consider have look to rqt

Fetullah Atas gravatar image Fetullah Atas  ( 2020-02-08 03:16:17 -0500 )edit

its a web app... i have made the entire front end its a must to use web app

VinayMaida gravatar image VinayMaida  ( 2020-02-08 03:18:22 -0500 )edit

2 Answers

Sort by » oldest newest most voted
1

answered 2020-02-08 11:55:29 -0500

You are probably better off sending the twist message yourself directly using something like robotwebtools

Please don’t post basically the same question twice, it will split up answers, and wastes time.

edit flag offensive delete link more

Comments

Getting a web app to send keypresses to a terminal window is not related to ros, if you want to do it that way stackoverflow would probably be a more appropriate place to get help

nickw gravatar image nickw  ( 2020-02-08 11:59:58 -0500 )edit

robotwebtools helped thanks

VinayMaida gravatar image VinayMaida  ( 2020-02-13 10:36:15 -0500 )edit
1

answered 2020-02-10 04:54:47 -0500

teleop_twist_web might be a package of interest.

It sends out a Twist message based on touch movements on the screen. Useful for single-thumb operating your robot from a mobile device.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-02-08 03:12:23 -0500

Seen: 148 times

Last updated: Feb 10 '20