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

Revision history [back]

click to hide/show revision 1
initial version

In general, we try to keep the services that rosbridge itself provides to a minimum (type discovery, etc.). That said, rosbridge should have no problem allowing you to use a simple ROS echo service. I'm not actually familiar with the underlying way in which dynamic_reconfigure clients work However, if they are "pure" (i.e. are implemented on top of topics and services instead of via linking), writing a Javascript client could be more involved but definitely be possible. Users have written actionlib clients in Javascript, for example.

If you're looking at using an echo service to help you debug, I've always found it helpful to use the rostopic command-line tools pub command. I just leave it publishing to a topic at a given rate.