Skip to content

Added target to isObjectPerceived#10

Open
MFernandezCarmona wants to merge 4 commits intomainfrom
target_patch
Open

Added target to isObjectPerceived#10
MFernandezCarmona wants to merge 4 commits intomainfrom
target_patch

Conversation

@MFernandezCarmona
Copy link
Contributor

Keeps running till the specified target is perceived.

else
{
setOutput("object_id", received_msg_);
return BT::NodeStatus::SUCCESS;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated line



if (received_msg_ == "")
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you do a colcon test, the linter would make the isolated { in one line

for (auto edge : edges_by_data)
{
if (target == ros2_knowledge_graph::to_string(edge))
if (target == edge.target_node_id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants