We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9e953 commit 712370bCopy full SHA for 712370b
python_examples/ex04_ros_interop.py
@@ -2,6 +2,12 @@
2
3
"""
4
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
11
12
13
import rclpy
0 commit comments