#include <heightmap_converter.h>
|
| virtual void | configCallback (Config &config, uint32_t level) |
| |
| virtual void | convert (const sensor_msgs::PointCloud2::ConstPtr &msg) |
| |
| virtual void | onInit () |
| |
| virtual void | subscribe () |
| |
| cv::Point | toIndex (const pcl::PointXYZ &p) const |
| |
| virtual void | unsubscribe () |
| |
| virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| |
| ros::Publisher | advertise (ros::NodeHandle &nh, std::string topic, int queue_size) |
| |
| image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
| |
| image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
| |
| image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
| |
| image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
| |
| virtual void | cameraConnectionBaseCallback () |
| |
| virtual void | cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
| |
| virtual void | cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub) |
| |
| virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
| |
| virtual void | imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
| |
| virtual bool | isSubscribed () |
| |
| virtual void | onInitPostProcess () |
| |
| virtual void | warnNeverSubscribedCallback (const ros::WallTimerEvent &event) |
| |
| virtual void | warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event) |
| |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const |
| |
| ros::NodeHandle & | getMTNodeHandle () const |
| |
| ros::NodeHandle & | getMTPrivateNodeHandle () const |
| |
| const V_string & | getMyArgv () const |
| |
| const std::string & | getName () const |
| |
| ros::NodeHandle & | getNodeHandle () const |
| |
| ros::NodeHandle & | getPrivateNodeHandle () const |
| |
| const M_string & | getRemappingArgs () const |
| |
| ros::CallbackQueueInterface & | getSTCallbackQueue () const |
| |
| std::string | getSuffixedName (const std::string &suffix) const |
| |
Definition at line 54 of file heightmap_converter.h.
| jsk_pcl_ros::HeightmapConverter::HeightmapConverter |
( |
| ) |
|
|
inline |
| void jsk_pcl_ros::HeightmapConverter::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protectedvirtual |
| void jsk_pcl_ros::HeightmapConverter::convert |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
msg | ) |
|
|
protectedvirtual |
| void jsk_pcl_ros::HeightmapConverter::onInit |
( |
void |
| ) |
|
|
protectedvirtual |
| void jsk_pcl_ros::HeightmapConverter::subscribe |
( |
| ) |
|
|
protectedvirtual |
| cv::Point jsk_pcl_ros::HeightmapConverter::toIndex |
( |
const pcl::PointXYZ & |
p | ) |
const |
|
inlineprotected |
| void jsk_pcl_ros::HeightmapConverter::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
| std::string jsk_pcl_ros::HeightmapConverter::center_frame_id_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::duration_transform_timeout_ |
|
protected |
| std::string jsk_pcl_ros::HeightmapConverter::fixed_frame_id_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::initial_probability_ |
|
protected |
| int jsk_pcl_ros::HeightmapConverter::max_queue_size_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::max_x_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::max_y_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::max_z_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::min_x_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::min_y_ |
|
protected |
| double jsk_pcl_ros::HeightmapConverter::min_z_ |
|
protected |
| std::string jsk_pcl_ros::HeightmapConverter::projected_center_frame_id_ |
|
protected |
| int jsk_pcl_ros::HeightmapConverter::resolution_x_ |
|
protected |
| int jsk_pcl_ros::HeightmapConverter::resolution_y_ |
|
protected |
| bool jsk_pcl_ros::HeightmapConverter::use_projected_center_ |
|
protected |
The documentation for this class was generated from the following files: