ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

tf2 buffer_server timeout and buffer size

asked 2015-02-20 14:46:47 -0500

gaya gravatar image

updated 2015-02-20 14:47:15 -0500

I'm starting the buffer_server with

rosrun tf2_ros buffer_server

I've seen in its source code on github that one can specify the buffer size through the parameter server.

My questions are: in which measurement unit is the buffer_size parameter, what happens when the buffer is overfilled and is the buffer size the same as the duration after which the transform times out?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-02-20 15:28:35 -0500

tfoote gravatar image

The buffer size is in seconds. It is how long data will be stored before being removed from the buffer. Roughly this means that you cannot query for data older than that parameter.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-02-20 14:46:47 -0500

Seen: 339 times

Last updated: Feb 20 '15