Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgonzs13/ros2_asus_xtion

ROS 2 packages for Asus Xtion Camera
https://github.com/mgonzs13/ros2_asus_xtion

asus-xtion openni2 ros2

Last synced: 30 days ago
JSON representation

ROS 2 packages for Asus Xtion Camera

Awesome Lists containing this project

README

        

# ros2_asus_xtion

## Installation

```shell
$ cd ~/ros2_ws/src
$ git clone --recurse-submodules https://github.com/mgonzs13/ros2_asus_xtion
$ sudo apt install ros-humble-depth-image-proc
$ cd ~/ros2_ws
$ rosdep install --from-paths . --ignore-src
$ colcon build
```

## Usage

```shell
$ ros2 launch asus_xtion asus_xtion.launch.py
```

```shell
$ ros2 launch asus_xtion_visualization rviz2.launch.py
```