#include <fisheye_sphere_publisher.h>
Public Types | |
typedef FisheyeSphereConfig | Config |
Public Member Functions | |
FisheyeSpherePublisher () | |
Protected Member Functions | |
virtual void | configCallback (Config &config, uint32_t level) |
virtual void | extract (const sensor_msgs::ImageConstPtr &input) |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Attributes | |
float | downsample_rate_ |
ros::Publisher | pub_sphere_ |
float | sphere_radius_ |
boost::shared_ptr < dynamic_reconfigure::Server < Config > > | srv_ |
ros::Subscriber | sub_image_ |
Definition at line 58 of file fisheye_sphere_publisher.h.
typedef FisheyeSphereConfig jsk_pcl_ros::FisheyeSpherePublisher::Config |
Definition at line 61 of file fisheye_sphere_publisher.h.
Definition at line 62 of file fisheye_sphere_publisher.h.
void jsk_pcl_ros::FisheyeSpherePublisher::configCallback | ( | Config & | config, |
uint32_t | level | ||
) | [protected, virtual] |
Definition at line 97 of file fisheye_sphere_publisher_nodelet.cpp.
void jsk_pcl_ros::FisheyeSpherePublisher::extract | ( | const sensor_msgs::ImageConstPtr & | input | ) | [protected, virtual] |
Definition at line 44 of file fisheye_sphere_publisher_nodelet.cpp.
void jsk_pcl_ros::FisheyeSpherePublisher::onInit | ( | void | ) | [protected, virtual] |
Definition at line 103 of file fisheye_sphere_publisher_nodelet.cpp.
void jsk_pcl_ros::FisheyeSpherePublisher::subscribe | ( | ) | [protected, virtual] |
Definition at line 86 of file fisheye_sphere_publisher_nodelet.cpp.
void jsk_pcl_ros::FisheyeSpherePublisher::unsubscribe | ( | ) | [protected, virtual] |
Definition at line 92 of file fisheye_sphere_publisher_nodelet.cpp.
float jsk_pcl_ros::FisheyeSpherePublisher::downsample_rate_ [protected] |
Definition at line 73 of file fisheye_sphere_publisher.h.
Definition at line 72 of file fisheye_sphere_publisher.h.
float jsk_pcl_ros::FisheyeSpherePublisher::sphere_radius_ [protected] |
Definition at line 74 of file fisheye_sphere_publisher.h.
boost::shared_ptr<dynamic_reconfigure::Server<Config> > jsk_pcl_ros::FisheyeSpherePublisher::srv_ [protected] |
Definition at line 70 of file fisheye_sphere_publisher.h.
Definition at line 71 of file fisheye_sphere_publisher.h.