osrf / gazebojs

3 stars 3 forks source link

Add the faunctionalty of sending a request and have the response in the callback #20

Open osrf-migration opened 7 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by Mohamd Ayman (Bitbucket: Mohamd Ayman).


since gazebojs will mostly be used as a bridge, its kind of a good idea to have sth like this

#!python

boost::shared_ptr<gazebo::msgs::Response> response
          = gazebo::transport::request(name, "heightmap_data");

in it, we actually send requests alots through gazebojs and gazebow.