How I publish a message using rosjs
Could you help me to publish a simple message using rosjs. Iam struggling to publish a simple button(in html) to ros
How can I do this
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
asked 2013-03-17 18:54:04 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Could you help me to publish a simple message using rosjs. Iam struggling to publish a simple button(in html) to ros
How can I do this
answered 2013-03-18 00:45:55 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Assuming you have everything installed, take a look at the rosjs wiki, it shows you how to get started with a publisher/subscriber and service call.
Hello,
I don't know which version of rosbridge you are using. The up-to-date version of rosbridge is available in groovy and fuerte. Check out rosbridge_suite instead of rosbridge.
Please follow https://github.com/RobotWebtools/rosjs
example directory should give you an idea of how to do things.
Jihoon Lee(Yujin Robot)
Asked: 2013-03-17 18:54:04 -0600
Seen: 527 times
Last updated: Mar 18 '13
Rosbridge: How to read value in from rostopic and set javascript variable
rosjs_remotelabwidgets contents
rosbridge and rosjs/actionlib Fails
how to publish kinect laser scan 2d image in a browser
Unable to establish a connection using rosbridge
How can I take use of nav2d.js
How I get webcam to my browser using rosbridge
How can I publish an integer and string (Int16 & String) using roslibjs?
How to send array of a msg type in a service call over rosbridge? [closed]