corridor_extraction
This node generates flight commands based on the sensor data provided by the Kinect sensor to navigate a UAV down a corridor.Subscribed Topics
/camera/depth/image_raw (sensor_msgs/Image)- The depth image provided by the Kinect sensor.
- The 3D point cloud provided by the Kinect sensor.
Published Topics
/kinectPose (kinect_utils/kinectPose)- The estimated position and orientation of the Kinect sensor within the corridor.
- The calculated motion vector ([dx, dy, dz, dyaw]). The raw vector ([dx_raw, dy_raw, dz_raw, dyaw_raw]) does not consider any obstacles.
- The marker of the estimated walls for visualization with rviz.
- The marker of the motion vector for visualization with rviz.
- Points which are not contained in one of the wall planes and thus may be part of possible obstacles.