pr2_tilt_laser_interface

Summary

pr2_tilt_laser_interface
Version:

0.0.5

Description:

Provides a set of tools/actions for manipulating the pr2’s tilting laser. Simplifies previously complex tasks, such as fetching a single sweep, given a set of desired parameters for both the laser driver and tilting platform.

Maintainers:
  • Austin Hendrix <ahendrix AT willowgarage DOT com>
Licenses:
  • BSD
Urls:
Authors:
  • Radu Rusu
  • Wim Meeusen
  • Vijay Pradeep
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Action types

pr2_tilt_laser_interface/GetSnapshot
Field (Goal):
  • start_angle (float32) –
  • end_angle (float32) –
  • speed (float32) –
  • hi_fidelity (bool) –
  • continuous (bool) –
Field (Result):
Field (Feedback):
 

Goal We always want to command. Don’t need this bool bool command_laser # True: Use the command below. False: Use existing profile

# Goal
# We always want to command. Don't need this bool
# bool command_laser   # True: Use the command below. False: Use existing profile
float32 start_angle
float32 end_angle
float32 speed
bool hi_fidelity
bool continuous
---
# Result
sensor_msgs/PointCloud2 cloud

---
# Feedback
sensor_msgs/PointCloud2 cloud