-
Notifications
You must be signed in to change notification settings - Fork 0
2024 Notes
Tarik Viehmann edited this page Nov 25, 2024
·
3 revisions
- Update the CLIPS-Executive by pulling the latest changes and building the workspace again
- Check out the main branch of the labcegor repository to see the skeleton of the new code
- Update the CLIPS-Executive by pulling the latest changes and building the workspace again
- Update your labcegor launch file given in Task 3, it contains new content:
# after:
manager_config_file = os.path.join(bringup_dir, "params", manager_config.perform(context))
# insert:
# re-issue warning as it is not colored otherwise ...
if not os.path.isfile(manager_config_file):
logger = get_logger("labcegor_bringup")
logger.warning(f"Parameter file path is not a file: {manager_config_file}")