ROS2 Humble Gazebo Ignition Fortress ROS2 Humble turtlebot4 packages
cd ros_pkg
source /opt/ros/humble/setup.bash
colcon build
source install/setup.bash
ros2 launch gazebo_simulation tb4_sim_bringup.launch.py
ros2 run gazebo_simulation set_initial_pose --ros-args -p namespace:=robot1 x:=0.0 y:=0.0
ros2 launch behavior_trees execute_bt.launch.py bt:=/path/to/behavior_tree
Example:
ros2 launch behavior_trees execute_bt.launch.py bt:=/sim_ws/src/behavior_trees/behavior_trees/samples_delivery.xml