No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.3.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS 2 package examples demonstrating the use of hardware acceleration. |
Checkout URI | https://github.com/ros-acceleration/acceleration_examples.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-12-13 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | fpga gpu hardware-acceleration ros2 |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Builds on top of the perception_2nodes package providing
a simple perception computational graph composed by 3 Nodes
that apply distortion rectification, resizing and corner
detection (harris) operations over a raw image dataflow.
The computational graph is meant to produce an information flow
that's useful to find matching points (corners) between images
in the dataflow to extract relevant information from them.
Each one of the computational Nodes uses hardware acceleration to
speed up its computations and uses an intra-FPGA ROS 2 node
communication queue to enable faster data flows, amongst them
while avoiding the ROS 2 message/passing infrastructure (rclcpp,
rcl, rmw). This is implemented by leveraging AXI4-Stream
interfaces and transfers data in a sequential streaming manner
directly between acceleration kernels.
Any postprocessing operations (e.g. motion tracking) to extract
information is beyond the scope of this simple graph and might
be implemented in future examples.
Additional Links
No additional links.
Maintainers
- Víctor Mayoral Vilches
Authors
- Víctor Mayoral Vilches
README
No README found.
See repository README.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
ament_vitis | |
ament_cuda | |
ament_lint_auto | |
ament_lint_common | |
image_proc | |
isaac_ros_image_proc | |
rclcpp | |
rclcpp_components | |
tracetools_image_pipeline | |
vitis_common | |
perception_2nodes |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged perception_3nodes at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.