Questions tagged [roslibjs]

5 questions
1
vote
0 answers

How to getElementById to parse ros status correctly

I want to parse the ROS status inside my webpage, but I can't get my element by Id correctly. Can you please tell me how can I parse my ROS status inside my HTML page correctly? thanks in advance. main.html
Bilal
  • 3,191
  • 4
  • 21
  • 49
0
votes
0 answers

Error: net::ERR_NAME_NOT_RESOLVED when using ros3djs and roslibjs in ROS web interface

I am making a ros-web interface. For this I am using the ros3djs and roslibjs. Following the tutorials from the official ros website, I made the html page which uses the scripts link and displays the map data which is being published on /map topic.…
0
votes
0 answers

How to use CDN link defined inside the index.html file and use them inside the ReactJS component?

I am trying to use ros2djs library via CDN inside a ReactJS component. I tried to import ros2d inside the component using suggestions available online. Those didn't work. NPM version of ros2djs called ros2d is available, but that also doesn't seem…
Amit K
  • 1
  • 2
  • 1
0
votes
0 answers

How to start ssh connection using roslibjs and webpage?

Is it possible to launch ssh connection after starting the raspberry PI using an html file and rosjs? Now the situation is the following: I'm starting my raspberry PI. Then I'm trying to connect my raspberry PI from my laptop using ssh ubuntu@.local…
tiho_bg
  • 1
  • 1
0
votes
0 answers

Modify callback to bind a DOM element with it in JavaScript

I am trying to attach a DOM element with a callback in JavaScript. Basically, the following is what I want:
ravi
  • 6,140
  • 18
  • 77
  • 154