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

Monte-Cristo's profile - activity

2020-06-18 04:00:23 -0500 received badge  Famous Question (source)
2019-05-03 23:21:22 -0500 received badge  Famous Question (source)
2019-04-22 21:51:51 -0500 received badge  Notable Question (source)
2019-04-22 21:51:51 -0500 received badge  Popular Question (source)
2018-08-06 00:30:56 -0500 received badge  Notable Question (source)
2018-08-06 00:30:56 -0500 received badge  Popular Question (source)
2017-07-26 22:08:16 -0500 received badge  Taxonomist
2016-11-21 03:16:03 -0500 asked a question questions about tf2_web_republisher

Hi everyone. Actually I'm trying to study the tf_web_republisher code, and I find some difficulties about understanding how tfClient on roslibjs works with tf2_web_republisher. It seems that TFClient just listens to TF service; it does not send a goal nor receive a result. Isn't it? if is it so, what is the diffrence between this example visualizing a urdf file and this one writing a tfclient thank you very much

-Meriem

2016-11-04 19:27:32 -0500 commented question measuring time from tf server to web client

Actually I want to know how long would take a tf to "travel" from the server to the web page in the visualizing urdf example by synchronizing clocks will help me to figure it out. So the main purpose is to have travel time inside a websocket

2016-11-04 11:48:43 -0500 commented question measuring time from tf server to web client

I found this post wherein it's explained how to measure the diffrence between the client and the server clocks. I suppose that I can use it to calculate "travel time" of tf in a websocket. Isn't it?

2016-11-03 07:30:32 -0500 asked a question measuring time from tf server to web client

Hello everyone I was trying to measure time that would take a tf from the server to a client web page inside a websocket communcation. A kind of a ping. I was thinking about synchronizing the server and the client clock, but a ping is also a matter of milliseconds. Any ideas please!

2016-06-10 15:28:39 -0500 received badge  Notable Question (source)
2016-06-10 15:28:39 -0500 received badge  Famous Question (source)
2016-04-15 07:52:52 -0500 received badge  Popular Question (source)
2016-03-12 03:25:50 -0500 received badge  Enthusiast
2016-03-07 15:44:28 -0500 asked a question Moving 3D p3dx model from /cmd_vel in browser

Hello every one, I'm beeing struggling these couple of days about making a 3D model moving in a web browser. I know that I should use a tf client to read the information about /cmd_vel from the real robot (or from gazebo) publishing it and sending it to the model but I don't get the connection between : URDF, base_frame, (world frame?), state publisher, tf listener, tf publisher, tf2_web, rosAria, tf_client All of these familiarities I got them separately but I don't know how to proceed to get them work together. Please some body to illuminate the all thing. Thank you in advance,

Meriem