-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: use new srv to capture screen shot and movie #121
Merged
Conversation
This file contains 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
satoshi-ota
force-pushed
the
feat/define-tmp
branch
2 times, most recently
from
September 23, 2024 23:33
28fbcb7
to
0b78ce4
Compare
satoshi-ota
requested review from
kyoichi-sugahara and
taikitanaka3
as code owners
September 25, 2024 10:00
kyoichi-sugahara
approved these changes
Sep 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following are the results of the operation check:
- No issues with operation check from the rviz GUI
- No issues with operation check by sending service from the terminal
- After executing START_BUFFERING, no data was saved when SAVE was executed
- After executing RECORD, no data was saved when SAVE_BUFFER was executed
Copy
LGTM! Thank you so much for correcting bad implementation fot "buffer" feature
Naophis
approved these changes
Oct 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
pre-commit-ci
bot
requested review from
TakaHoribe,
takayuki5168 and
kosuke55
as code owners
October 6, 2024 00:45
kosuke55
approved these changes
Oct 6, 2024
control_data_collecting_tool/scripts/data_collecting_pure_pursuit_trajectory_follower.py
Outdated
Show resolved
Hide resolved
... 🤔 |
satoshi-ota
force-pushed
the
feat/define-tmp
branch
from
October 7, 2024 07:45
5255802
to
8c93226
Compare
satoshi-ota
force-pushed
the
feat/define-tmp
branch
from
October 7, 2024 08:27
8c93226
to
e367f08
Compare
satoshi-ota
force-pushed
the
feat/define-tmp
branch
2 times, most recently
from
October 7, 2024 10:27
e652ca8
to
8a8239c
Compare
satoshi-ota
force-pushed
the
feat/define-tmp
branch
from
October 7, 2024 10:31
8a8239c
to
bed229a
Compare
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
satoshi-ota
force-pushed
the
feat/define-tmp
branch
from
October 7, 2024 23:20
bed229a
to
6cb6b64
Compare
Signed-off-by: satoshi-ota <[email protected]>
satoshi-ota
force-pushed
the
feat/define-tmp
branch
from
October 8, 2024 00:00
6cb6b64
to
ae9e18d
Compare
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.
Description
I added new srv type to capture screen shot or movie by external trigger.
Related links
Tests performed
screen shot
movie-2024-09-25_18.53.09.mp4
capture movie
start recording
save
movie-2024-09-25_18.53.55.mp4
buffering screen capture
start buffering
save
movie-2024-09-25_18.55.12.mp4
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.