Skip to content

Commit

Permalink
Get rid of extrapolation into future required warnings
Browse files Browse the repository at this point in the history
Also see moveit/moveit#2627 for more details.

Closes #192.
  • Loading branch information
v4hn committed Apr 28, 2021
1 parent e8ffbbd commit 3331dea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/perception_pipeline/launch/obstacle_avoidance_demo.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<launch>
<include file="$(find panda_moveit_config)/launch/demo.launch" />
<!--
In this tutorial we wait much longer for the robot transforms than we usually would,
because the user's machine might be quite slow.
-->
<param name="robot_description_planning/shape_transform_cache_lookup_wait_time" value="0.5" />

<!-- Play the rosbag that contains the pointcloud data -->
<node pkg="moveit_tutorials" type="bag_publisher_maintain_time" name="point_clouds" />
Expand Down

0 comments on commit 3331dea

Please sign in to comment.