Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 2.0.3 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2:
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
Running ROS2 Driver
An example launch exists that loads just the camera component:
ros2 launch openni2_camera camera_only.launch.py
If you want to get a PointCloud2, use:
ros2 launch openni2_camera camera_with_cloud.launch.py
Migration from ROS1
- The rgb/image topic has been renamed to rgb/image_raw for consistency.
- The nodelet has been refactored into an rclcpp component called “openni2_wrapper::OpenNI2Driver”. See the launch folder for an example of how to start this.
- Since most components in image_proc/depth_image_proc lack lazy pub/sub, the advanced processing graphs in rgbd_launch and openni2_launch are not currently feasible. It is recommended to create a launch file with the specific pipeline you want. See the launch folder for an example.
Known Issues
- There are currently no subscriber connect/disconnect callbacks in ROS2. This package implements a lazy publisher by running a 1Hz update loop and seeing if there are new subscribers.
- Using “use_device_time” is currently broken.
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 2.0.3 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2:
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
Running ROS2 Driver
An example launch exists that loads just the camera component:
ros2 launch openni2_camera camera_only.launch.py
If you want to get a PointCloud2, use:
ros2 launch openni2_camera camera_with_cloud.launch.py
Migration from ROS1
- The rgb/image topic has been renamed to rgb/image_raw for consistency.
- The nodelet has been refactored into an rclcpp component called “openni2_wrapper::OpenNI2Driver”. See the launch folder for an example of how to start this.
- Since most components in image_proc/depth_image_proc lack lazy pub/sub, the advanced processing graphs in rgbd_launch and openni2_launch are not currently feasible. It is recommended to create a launch file with the specific pipeline you want. See the launch folder for an example.
Known Issues
- There are currently no subscriber connect/disconnect callbacks in ROS2. This package implements a lazy publisher by running a 1Hz update loop and seeing if there are new subscribers.
- Using “use_device_time” is currently broken.
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-11-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 2.2.2 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2:
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
Running ROS2 Driver
An example launch exists that loads just the camera component:
ros2 launch openni2_camera camera_only.launch.py
If you want to get a PointCloud2, use:
ros2 launch openni2_camera camera_with_cloud.launch.py
Migration from ROS1
- The rgb/image topic has been renamed to rgb/image_raw for consistency.
- The nodelet has been refactored into an rclcpp component called “openni2_wrapper::OpenNI2Driver”. See the launch folder for an example of how to start this.
- rgbd_launch and openni2_launch have not yet been ported (although it is now possible since lazy pub/sub is implemented). It is recommended to create a launch file with the specific pipeline you want. See the launch folder for an example.
Known Issues
- Using “use_device_time” is currently broken.
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-11-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 2.2.2 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2:
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
Running ROS2 Driver
An example launch exists that loads just the camera component:
ros2 launch openni2_camera camera_only.launch.py
If you want to get a PointCloud2, use:
ros2 launch openni2_camera camera_with_cloud.launch.py
Migration from ROS1
- The rgb/image topic has been renamed to rgb/image_raw for consistency.
- The nodelet has been refactored into an rclcpp component called “openni2_wrapper::OpenNI2Driver”. See the launch folder for an example of how to start this.
- rgbd_launch and openni2_launch have not yet been ported (although it is now possible since lazy pub/sub is implemented). It is recommended to create a launch file with the specific pipeline you want. See the launch folder for an example.
Known Issues
- Using “use_device_time” is currently broken.
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | ros1 |
Last Updated | 2023-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 1.6.1 |
openni2_launch | 1.6.1 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2: Not ported to ROS2.
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
EoF
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 0.4.2 |
openni2_launch | 0.4.2 |
README
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 0.4.2 |
openni2_launch | 0.4.2 |
README
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2021-01-12 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 0.4.2 |
openni2_launch | 0.4.2 |
README
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2014-10-07 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 0.1.4 |
README
openni2_camera
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | ros1 |
Last Updated | 2023-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 1.6.1 |
openni2_launch | 1.6.1 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2: Not ported to ROS2.
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
EoF
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros-drivers/openni2_camera.git |
VCS Type | git |
VCS Version | ros1 |
Last Updated | 2023-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
openni2_camera | 1.6.1 |
openni2_launch | 1.6.1 |
README
openni2_camera
Introduction
ROS wrapper for openni 2.0
Note: openni2_camera supports xtion devices, but not kinects. For using a kinect with ROS, try the freenect stack: http://www.ros.org/wiki/freenect_stack
Contribution
Branching:
- ROS1:
- Latest: ros1
- For ROS Jade, Indigo or earlier: indigo-devel
- ROS2: Not ported to ROS2.
Developer document
- docs.ros.org/openni2_launch
- Source of the doc: openni2_launch/doc
EoF