Skip to content

Commit

Permalink
[docs] minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Jun 10, 2019
1 parent 50ff82c commit 4a0d03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py_trees_ros/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import math
import py_trees
import py_trees.console as console
import py_trees_ros_interfaces.msg as py_trees_msgs
import py_trees_ros_interfaces.msg as py_trees_msgs # noqa
# import rosbag
import rclpy
import statistics
Expand Down Expand Up @@ -126,7 +126,7 @@ def setup(self, timeout: float=py_trees.common.Duration.INFINITE):
Ultimately relays this call down to all the behaviours in the tree.
Args:
timeout (:obj:`float`): time (s) to wait (use common.Duration.INFINITE to block indefinitely)
timeout: time (s) to wait (use common.Duration.INFINITE to block indefinitely)
Raises:
rclpy.exceptions.NotInitializedException: rclpy not yet initialised
Expand Down

0 comments on commit 4a0d03d

Please sign in to comment.