Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update script with latest zenoh api #149

Open
wants to merge 4 commits into
base: easy-full-control
Choose a base branch
from

Conversation

tomkimsour
Copy link

@tomkimsour tomkimsour commented Oct 15, 2024

New feature implementation

Implemented feature

Migrate zenoh to zenoh 1.0.0.b4

@tomkimsour tomkimsour force-pushed the easy-full-control-zenoh-1.0.0.b4 branch 6 times, most recently from 9fddeac to dee69c4 Compare October 15, 2024 15:41
@tomkimsour
Copy link
Author

I saw that migrating to zenoh 1.0.0 was on your todo list and I needed it so I migrated it. I also was able to run it on humble with rmf_ros2 2.7.1 tag.

Copy link
Member

@aaronchongth aaronchongth left a comment

Choose a reason for hiding this comment

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

Thanks for the huge help with the migration! Yes I was definitely planning to get to 1.0.0 soon, but was hesitant with it still being in beta, and free_fleet's lack of static and integration tests (it's WIP though!)

I've just done a first pass and left a few comments, I'll need to run some tests manually too. The merge conflict is most definitely from #146, where some minor tests and testing infra have been added

edit: just curious, have you been testing with hardware? Or with the simulation examples so far?

(
os.path.join("share", package_name, "fleet_configs"),
glob("fleet_configs/*.yaml"),
),
Copy link
Member

Choose a reason for hiding this comment

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

I'm guessing this might be left over from your own project?

@@ -220,16 +222,17 @@ def navigate(self, destination, execution):
behavior_tree=""
)

print("about to get the action")
Copy link
Member

Choose a reason for hiding this comment

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

We should probably remove testing printouts, unless you find it necessary, we could convert it into a self.node.get_logger().debug(..., with more information about the goal message

# timeout=0.5
)
for reply in replies.receiver:
print("finished to get the action")
Copy link
Member

Choose a reason for hiding this comment

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

This looks to be a testing printout as well

@tomkimsour tomkimsour force-pushed the easy-full-control-zenoh-1.0.0.b4 branch from dee69c4 to 0c8311d Compare October 16, 2024 08:29
@tomkimsour tomkimsour force-pushed the easy-full-control-zenoh-1.0.0.b4 branch from 0c8311d to 9625a6f Compare October 16, 2024 08:40
@tomkimsour tomkimsour force-pushed the easy-full-control-zenoh-1.0.0.b4 branch from 6b3590d to eb48b1f Compare October 16, 2024 15:24
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