Skip to content

Commit 712370b

Browse files
committed
Add useful command for ex04.
1 parent dc9e953 commit 712370b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python_examples/ex04_ros_interop.py

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
"""
44
Demonstrates interop of BehaviorTree.CPP Python bindings and ROS2 via rclpy.
5+
6+
You can publish the transform expected in the tree below using this command:
7+
8+
ros2 run tf2_ros static_transform_publisher \
9+
--frame-id odom --child-frame-id base_link \
10+
--x 1.0 --y 2.0
511
"""
612

713
import rclpy

0 commit comments

Comments
 (0)