-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add waypoint plugin for taking photos at arrivals #12
Comments
This also overlaps the primary ticket: ros-navigation/docs.nav2.org#89 |
Rough review:
|
So I will do modifications and submit a PR to |
OK - on image_transport, it wouldn't take that long to make that all work. We have many examples of supporting different node types in Navigation2. |
I suggest that we stick with the current state on that, to be able to make |
Images should always use image_transport, its really important. The efficiency gains of having access to compression is substantial. We can continue to a PR without it, but before merging, I'll want to have the image_transport stuff patched in. |
I see , just an idea ,how about if we make this plugin to have double inheritance as such;
then I believe we will be able to use |
This will involve making image_transport lifecycle node compatible |
We actually did this already :-) |
Hi ,
ros-navigation/navigation2@eff208e was introduced to execute tasks at waypoint arrivals. We now want to add a tutorial to help people understand how to build their own plugins using provided interface.
For this purpose the tutorial plugin does following;
subscribes to specified image topic
takes photos at waypoint arrivals and saves taken photos to a specified directory with stamp.
An initial work has been committed jediofgever@9b774af
I would like to get an rough feedback on code and styling then I will be happy to submit a PR with requested modifications
The text was updated successfully, but these errors were encountered: