See Software setup
ros2 launch robocup_bringup navigation.launch.pyFirst kill move_group node inside tiago robot. Then in separate terminals launch:
ros2 launch robocup_bringup navigation_follow.launch.py rviz:=Trueros2 launch attention_system attention.launch.pyros2 launch robocup_bringup carry_my_luggage_dependencies.launch.pyros2 launch whisper_bringup whisper.launch.pyFinally:
ros2 run bt_test carry_my_luggage_testros2 launch robocup_bringup navigation_follow.launch.pyinside tiago, first kill move_group and then:
ros2 launch tiago_moveit_config move_group.launch.pyLaunch the percetion system with the remaps for the tiago, and activate the object detection node
ros2 launch perception_system perception3d.launch.pylaunch the speaking system:
ros2 run audio_common tts_node
ros2 run audio_common audio_player_node
ros2 launch whisper_bringup whisper.launch.pylaunch the manipulation system:
ros2 launch action_server server.launch.pyexecute the test:
ros2 run bt_test pick_demo_testros2 launch robocup_bringup dialog.launch.pyExecute the test:
ros2 run bt_test ask_test