Skip to content

Commit

Permalink
Change default behavior tree
Browse files Browse the repository at this point in the history
  • Loading branch information
yambati03 committed Aug 30, 2024
1 parent 98f583d commit 1d4cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urc_bringup/launch/bt.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def generate_launch_description():
ros_lib_paths = [
os.path.join(node_lib_path_base, lib_name) for lib_name in ros_lib_names
]
bt_file_name = "status_light.xml"
bt_file_name = "bt_test.xml"

enable_color = SetEnvironmentVariable(name="RCUTILS_COLORIZED_OUTPUT", value="1")

Expand Down

0 comments on commit 1d4cf4b

Please sign in to comment.