Feat/bdd exec comm#4
Open
bhunecke wants to merge 10 commits into
Open
Conversation
minhnh
requested changes
May 18, 2026
| { | ||
| std::weak_ptr<GoalHandleBehaviour> mGoalHandlerPtr; | ||
| Behaviour::Goal mGoalCopy; | ||
| std::shared_ptr<GoalHandleBehaviour> mGoalHandlerPtr; |
Member
Author
There was a problem hiding this comment.
Mainly to have the goal handler not die mid goal execution and get a null ptr. when trying to send success/cancel. We could also do weak ptr but I'm not sure how to handle when the lock fails
Member
There was a problem hiding this comment.
Hmm, you mean calling lock() returns a nullptr? How did you test this? I can't seem to reproduce "dying mid goal execution" with the server only setup when switching to weak_ptr.
| activeGoal.reset(); | ||
| } | ||
|
|
||
| if (mCancelRequested.load(std::memory_order_acquire)) { |
Member
There was a problem hiding this comment.
All the mockup-specific implementation need to be moved to https://github.com/secorolab/bdd_collab_bhv_cpp/blob/-/src/fsm_behaviours.cpp. In the loop we will call mockup/mujoco/real robot behaviours depending on the config.
…date load_topics function to use map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.