You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Project 6: mission_orchestration node
about: About missing key in loading behavior tree in mission_orchestration node
title: "Missing key in mission_orchestration node"
Description
When trying to execute the mission in Project 6, there would be an error message saying that the action server wasn't ready. There would also be an error message when launching the project saying that the behavior tree wasn't loaded properly and that there was a missing key of "wait_for_service_timeout".
Fix
In lines 105-110 of mission_orchestrator.cpp from the mission_orchestration package in the STSL repository, I added the following line after googling the error messages shown in the screenshots:
(I arbitrarily chose 5 seconds for the length since I thought it would be more than long enough.)
After adding this line, the button works, and the bot starts moving.
Steps to Reproduce
Run "ros2 launch rj_training_bringup week_6.launch.xml"
Click the "execute mission" button.
Expected behavior
The button is supposed to execute the mission, and the simulated bot is supposed to start moving.
Screenshots
Error message after pressing the button to execute the mission:
The text was updated successfully, but these errors were encountered:
name: Project 6: mission_orchestration node
about: About missing key in loading behavior tree in mission_orchestration node
title: "Missing key in mission_orchestration node"
Description
When trying to execute the mission in Project 6, there would be an error message saying that the action server wasn't ready. There would also be an error message when launching the project saying that the behavior tree wasn't loaded properly and that there was a missing key of "wait_for_service_timeout".
Fix
In lines 105-110 of mission_orchestrator.cpp from the
mission_orchestration
package in the STSL repository, I added the following line after googling the error messages shown in the screenshots:(I arbitrarily chose 5 seconds for the length since I thought it would be more than long enough.)
After adding this line, the button works, and the bot starts moving.
Steps to Reproduce
Expected behavior
The button is supposed to execute the mission, and the simulated bot is supposed to start moving.
Screenshots
Error message after pressing the button to execute the mission:
![Image](https://private-user-images.githubusercontent.com/83924431/404475782-feef4aea-cc7c-43c6-a715-8e34a227f1c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3NzQwOTksIm5iZiI6MTczODc3Mzc5OSwicGF0aCI6Ii84MzkyNDQzMS80MDQ0NzU3ODItZmVlZjRhZWEtY2M3Yy00M2M2LWE3MTUtOGUzNGEyMjdmMWM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDE2NDMxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI0MjA4NGU5MDUzOWU3MTRmZjAzNDNkYjBiZDU2NGZhNjlhMDM4ZjQzMWQxMDZiMzUxOWZiZmJlODQ5MTY4YWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fZIpOqDlaoIfVTwakr2wkHxacHs6gj1YgtZqxqM6bG4)
The text was updated successfully, but these errors were encountered: