SavePointCloudToFile Class
Save a point cloud .pcd file to disk. The filename will follow the syntax of file_prefix_YYYYMMDD_HHMMSS.pcd. More...
Declaration
Included Headers
Base class
| class | AsyncBehaviorBase |
|
A base class for behaviors which need to asynchronously run a function that might take a long time to complete. More... | |
Public Constructors Index
| SavePointCloudToFile (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
Private Member Functions Index
| tl::expected< bool, std::string > | doWork () override |
|
Saves a point cloud to a .pcd file to the location given on the input port. More... | |
| std::shared_future< tl::expected< bool, std::string > > & | getFuture () override |
|
Classes derived from AsyncBehaviorBase must implement getFuture() so that it returns a shared_future class member. More... | |
Private Member Attributes Index
| std::shared_future< tl::expected< bool, std::string > > | future_ |
|
Classes derived from AsyncBehaviorBase must have this shared_future as a class member. More... | |
Public Static Functions Index
| static BT::PortsList | providedPorts () |
| static BT::KeyValueVector | metadata () |
Description
Save a point cloud .pcd file to disk. The filename will follow the syntax of file_prefix_YYYYMMDD_HHMMSS.pcd.
| Data Port Name | Port Type | Object Type |
|---|---|---|
| file_path | input | std::string |
| file_prefix | input | std::string |
| point_cloud | input | sensor_msgs::msg::PointCloud2 |
Definition at line 32 of file save_pointcloud_to_file.hpp.
Public Constructors
SavePointCloudToFile()
|
Declaration at line 35 of file save_pointcloud_to_file.hpp, definition at line 28 of file save_pointcloud_to_file.cpp.
Private Member Functions
doWork()
| virtual |
Saves a point cloud to a .pcd file to the location given on the input port.
- Returns
Returns true if the point cloud snapshot is captured successfully, and otherwise returns a failure.
Declaration at line 47 of file save_pointcloud_to_file.hpp, definition at line 49 of file save_pointcloud_to_file.cpp.
getFuture()
| inline virtual |
Classes derived from AsyncBehaviorBase must implement getFuture() so that it returns a shared_future class member.
Definition at line 50 of file save_pointcloud_to_file.hpp.
Private Member Attributes
future_
|
Classes derived from AsyncBehaviorBase must have this shared_future as a class member.
Definition at line 56 of file save_pointcloud_to_file.hpp.
Public Static Functions
metadata()
| static |
Declaration at line 40 of file save_pointcloud_to_file.hpp, definition at line 43 of file save_pointcloud_to_file.cpp.
providedPorts()
| static |
Declaration at line 38 of file save_pointcloud_to_file.hpp, definition at line 34 of file save_pointcloud_to_file.cpp.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.