No version for distro crystal. 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 melodic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.

softkinetic_camera package from softkinetic repo

softkinetic softkinetic_camera

Package Summary

Tags No category tags.
Version 0.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ipa320/softkinetic.git
VCS Type git
VCS Version kinetic_dev
Last Updated 2016-05-29
Dev Status MAINTAINED
Released UNRELEASED

Package Description

Softkinetic cameras drivers, including filters.

Additional Links

No additional links.

Maintainers

  • Felipe Garcia Lopez

Authors

  • Felipe Garcia Lopez

softkinetic_camera

General description

This package implements a node that runs an interactive gesture camera (softkinetic) in ROS

To use this package in ROS, the DepthSenseSDK for linux needs to be downloaded. The download can be found here: http://www.softkinetic.com/fr-be/support/download.aspx?EntryId=517 To download, you will need to create a free account.

Parameters

camera_link (string, default: "/softkinetic_link")
The frame ID of the camera.

confidence_threshold (int, default: 150)
Confidence threshold for DepthNode configuration. Sensor noise is filtered by increasing the threshold. Threshold needs to be within [0, 32767].

Published Topics

depth/points (sensor_msgs::PointCloud2)
Publishes point clouds detected by the camera.

rgb_data (sensor_msgs::Image)
Publishes rgb-images in bgr8 encoding.

...

Add a camera to your robot model

Here we explain how to import a softkinetic camera into your robot xacro file. We have only included a descriptor for the Creative Senz3D camera, but adapt it to any Softkinetic camera should be trivial. You just need to import the xacro file describing the camera macro:

  <xacro:include filename="$(find softkinetic_camera)/urdf/senz3d.urdf.xacro"/>

And include it somewhere in your robot description file, e.g.:

  <sensor_senz3d parent="base_link" name="senz3d_camera">
    <origin xyz="0.05 0.0 0.3" rpy="0.0 0.0 0.0"/>
  </sensor_senz3d>

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/softkinetic_cameras.launch
    • Default launch file to run two softkinetic cameras simultaneously. Analogously, an arbitrary number of camaras can be started. The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds325.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]
  • launch/softkinetic_camera_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softkinetic_camera at answers.ros.org

softkinetic_camera package from softkinetic repo

softkinetic softkinetic_camera

Package Summary

Tags No category tags.
Version 0.6.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ipa320/softkinetic.git
VCS Type git
VCS Version indigo_dev
Last Updated 2016-06-23
Dev Status MAINTAINED
Released RELEASED

Package Description

Softkinetic cameras drivers, including filters.

Additional Links

No additional links.

Maintainers

  • Felipe Garcia Lopez

Authors

  • Felipe Garcia Lopez

softkinetic_camera

General description

This package implements a node that runs an interactive gesture camera (softkinetic) in ROS

To use this package in ROS, the DepthSenseSDK for linux needs to be downloaded. The download can be found here: http://www.softkinetic.com/fr-be/support/download.aspx?EntryId=517 To download, you will need to create a free account.

Parameters

camera_link (string, default: "/softkinetic_link")
The frame ID of the camera.

confidence_threshold (int, default: 150)
Confidence threshold for DepthNode configuration. Sensor noise is filtered by increasing the threshold. Threshold needs to be within [0, 32767].

Published Topics

depth/points (sensor_msgs::PointCloud2)
Publishes point clouds detected by the camera.

rgb_data (sensor_msgs::Image)
Publishes rgb-images in bgr8 encoding.

...

Add a camera to your robot model

Here we explain how to import a softkinetic camera into your robot xacro file. We have only included a descriptor for the Creative Senz3D camera, but adapt it to any Softkinetic camera should be trivial. You just need to import the xacro file describing the camera macro:

  <xacro:include filename="$(find softkinetic_camera)/urdf/senz3d.urdf.xacro"/>

And include it somewhere in your robot description file, e.g.:

  <sensor_senz3d parent="base_link" name="senz3d_camera">
    <origin xyz="0.05 0.0 0.3" rpy="0.0 0.0 0.0"/>
  </sensor_senz3d>

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/softkinetic_cameras.launch
    • Default launch file to run two softkinetic cameras simultaneously. Analogously, an arbitrary number of camaras can be started. The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds325.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]
  • launch/softkinetic_camera_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softkinetic_camera at answers.ros.org

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.

softkinetic_camera package from softkinetic repo

softkinetic softkinetic_camera

Package Summary

Tags No category tags.
Version 0.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ipa320/softkinetic.git
VCS Type git
VCS Version hydro_dev
Last Updated 2014-10-17
Dev Status MAINTAINED
Released UNRELEASED

Package Description

The softkinetic_camera package

Additional Links

No additional links.

Maintainers

  • Felipe Garcia Lopez

Authors

  • Felipe Garcia Lopez

softkinetic_camera

General description

This package implements a node that runs an interactive gesture camera (softkinetic) in ROS

To use this package in ROS, the DepthSenseSDK for linux needs to be downloaded. The download can be found here: http://www.softkinetic.com/fr-be/support/download.aspx?EntryId=517 To download, you will need to create a free account

Parameters

camera_link (string, default: "/softkinetic_link")
The frame ID of the camera.

confidence_threshold (int, default: 150)
Confidence threshold for DepthNode configuration. Sensor noise is filtered by increasing the threshold. Threshold needs to be within [0, 32767].

Published Topics

depth_registered/points (sensor_msgs::PointCloud2)
Publishes point clouds detected by the camera.

rgb_data (sensor_msgs::Image)
Publishes rgb-images in bgr8 encoding.

...

Add a camera to your robot model

Here we explain how to import a softkinetic camera into your robot xacro file. We have only included a descriptor for the Creative Senz3D camera, but addapt it to any Softkinetic camera should be trivial. You just need to import the xacro file describing the camera macro:

  <xacro:include filename="$(find softkinetic_camera)/urdf/senz3d.urdf.xacro"/>

And include it somewhere in your robot description file, e.g.:

  <sensor_senz3d parent="base_link" name="senz3d_camera">
    <origin xyz="0.05 0.0 0.3" rpy="0.0 0.0 0.0"/>
  </sensor_senz3d>

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/softkinetic_cameras.launch
    • Default launch file to run two softkinetic cameras simultaneously. Analogously, an arbitrary number of camaras can be started. The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds325.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]
  • launch/softkinetic_camera_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311_demo.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
  • launch/softkinetic_camera_ds311.launch
    • Demo launch file to run single softkinetic camera in stand alone (no other /tf) setup with Rviz The arguments given are the device indices of the cameras determined by the DepthSense deamon.
      • depth [default: true]
      • color [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged softkinetic_camera at answers.ros.org