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

best approach for ROS2 creating a webfrontend

asked 2019-02-02 11:28:49 -0500

vKuehn gravatar image

updated 2019-02-02 12:30:24 -0500

searching for ros2 and web brought back many manuals mentioning ros(1 ?) and web tools or rosbridge.

what would be the best approach creating a website with access to a ros2 middleware ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-02-04 10:27:33 -0500

Dirk Thomas gravatar image

Depending on how the web frontend is designed it might not even be tight to a specific ROS version. E.g. when using the Robot Web Tools your client side code only talks to a websocket.

A few of these server-side packages have already been ported to ROS 2. The last repository is currently in the process of being ported: https://github.com/ros2/rosbridge_sui... Once that work is complete you should be able to use a webfrontend developed for ROS 1 in the same way for ROS 2.

One example of such a webfrontend is an RViz-like interface: https://github.com/osrf/rvizweb

edit flag offensive delete link more

Comments

thanks for that ! will be watching the releases there The new server side implementation looks like a pure python based one. the old one requiered nodejs so that is probably a good change

vKuehn gravatar image vKuehn  ( 2019-02-04 14:18:53 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-02-02 11:28:49 -0500

Seen: 3,180 times

Last updated: Feb 04 '19