Skip to content

robotics-88/range-data-to-mavros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

range_data_to_mavros

This package is named "range_data_to_mavros". It converts range data (i.e. from a depth image or a point cloud) into the format MAVROS utilizes in its obstacle_distance plugin.

The point cloud handler extends paulbobvel's repo, and adapts it to package the output data for MAVROS

The depth image handler extends thien94's repo. That repo was specific to the Intel Realsense, and used Python and no ROS. This package generalizes that work, enabling ArduPilot obstacle avoidance with any ROS depth camera.

To run, you should select the input data type in the 'data_type' parameter, whether it's point_cloud or depth_image. Default is depth_image. So, for example, to run the converter on a point cloud, you would do:

roslaunch range_data_to_mavros range_data_to_mavros.launch data_type:=point_cloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •