-
Notifications
You must be signed in to change notification settings - Fork 44
feat(data_collecting_tool): improve data collection logic #108
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(data_collecting_tool): improve data collection logic #108
Conversation
42c3b46
to
fb7fd9a
Compare
@YoshihiroKogure It is very heavy when plot
please fix this issue in the future 🙏 |
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.
If the topic hz has a problem, it can still run. if it is disabled, the topic will not drop.
$ ros2 topic hz /data_collecting_trajectory
average rate: 31.630
min: 0.020s max: 0.067s std dev: 0.00967s window: 33
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
318ed32
to
ce431bd
Compare
|
||
self.on_line_vel_flag = True | ||
|
||
self.previouse_target_vel = 2.0 |
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.
self.previouse_target_vel = 2.0 | |
self.previous_target_vel = 2.0 |
Signed-off-by: Yoshihiro Kogure <yoshihiro.kogure@proxima-ai-tech.com>
c22bb9d
to
22ef4f2
Compare
Description
( The first one = velocity trajectory. The third one = data counts of velocity and acceleration on heatmap )
Related links
Tests performed
Notes for reviewers
Interface changes
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.