Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_screen_capture_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-12 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Taiki, Tanaka
- Satoshi Ota
- Kyoichi Sugahara
Authors
tier4_screen_capture_rviz_plugin
Purpose
This plugin captures the screen of rviz.
Interface
Name | Type | Description |
---|---|---|
/debug/capture/video |
std_srvs::srv::Trigger |
Trigger to start screen capturing. |
/debug/capture/video_with_buffer |
std_srvs::srv::Trigger |
Trigger to start screen capturing with buffer. |
/debug/capture/screen_shot |
std_srvs::srv::Trigger |
Trigger to capture screen shot. |
Assumptions / Known limits
This is only for debug or analyze.
The capture screen
button is still beta version which can slow frame rate.
set lower frame rate according to PC spec.
Usage
- Start rviz and select panels/Add new panel.
Changelog for package tier4_screen_capture_rviz_plugin
0.3.0 (2025-08-11)
-
feat(tier4_screen_capture_rviz_plugin): add buffer change bottom (#232)
- feat(screen_capture_panel): add buffer size configuration and update handling
* fix(screen_capture_panel): update buffer size parameter naming and improve buffer handling ---------
-
Contributors: Kyoichi Sugahara
0.2.0 (2025-03-24)
0.1.0 (2025-01-28)
-
chore: sync files (#11) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: use new srv to capture screen shot and movie (#121)
- feat: add new type srv
- feat: use new type srv
- fix: remove unused process
* fix: don't apply linter check for idl files ---------
-
feat(tier4_screen_capture_rviz_plugin): add video capture with buffer functionality (#80)
* feat: add video capture with buffer functionality The code changes introduce new functions for capturing video with a buffer. This allows for capturing and saving video frames with a delay, enabling the user to save a specified number of frames in memory before writing them to a file. ---------
-
chore(rviz_plugin): move peripheral rviz plugin (#27)
- feat: calibrator tier4 pkg name (#200)
- feat: change names
- feat: move pkg to common
- feat: change pkg name
* fix: library path (#225) Co-authored-by: taikitanaka3 <<taiki.tanaka@tier4.jp>>
- feat: add rviz plugin to publish and control the simulated clock (#349)
- Add tier4_clock_rviz_plugin to publish&control the sim clock in rviz
- Add step control
- Fix precommit
- Update documentation
- Fix spellcheck
- Update plugin description and icon
- Rename package
- Fix bug with long duration jumps (high speed + low rate)
- ci: check include guard (#438)
- ci: check include guard
- apply pre-commit
* Update .pre-commit-config.yaml Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
* fix: pre-commit Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>>
- chore: sync files (#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
rosidl_default_generators | |
ament_cmake_auto | |
autoware_cmake | |
rosidl_default_runtime | |
ament_lint_auto | |
autoware_lint_common | |
rclcpp | |
rviz_common | |
rviz_rendering | |
std_srvs |