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

Undocumented planning_environment parameters

asked 2011-06-09 05:08:44 -0500

Adolfo Rodriguez T gravatar image

The PR2's environment server launch file sets some parameters that are undocumented in the planning_environment package wiki page, in particular:

  • object_padd
  • pointcloud_padd
  • joint_state_cache_allowed_difference

Of these, the first two appear in the API docs of the package. My intention is to edit the wiki and document them. My question is mostly concerned with the third (undocumented?) parameter. Does it refer to the maximum allowed (past/future) extrapolation time when querying the joint states cache?.

edit retag flag offensive close merge delete

Comments

Yes, it does refer to the maximum allowed past/future time. It won't really extrapolate, it will just use the joint states at the cache limits if the timestamps are outside the cache timestamp limits.
Sachin Chitta gravatar image Sachin Chitta  ( 2011-06-28 13:13:34 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-06-28 21:29:20 -0500

Adolfo Rodriguez T gravatar image

Added undocumented parameters to the wiki and submitted a trivial doc patch.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-06-09 05:08:44 -0500

Seen: 401 times

Last updated: Jun 28 '11