Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed sensor_msgs::msg::PointCloud #254

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sensor_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ set(msg_files
"msg/MultiEchoLaserScan.msg"
"msg/NavSatFix.msg"
"msg/NavSatStatus.msg"
"msg/PointCloud.msg"
"msg/PointCloud2.msg"
"msg/PointField.msg"
"msg/Range.msg"
Expand Down Expand Up @@ -88,7 +87,6 @@ if(TARGET "${cpp_typesupport_target}")
if(BUILD_TESTING)
ament_add_gtest(test_sensor_msgs
test/test_image_encodings.cpp
test/test_pointcloud_conversion.cpp
test/test_pointcloud_iterator.cpp)
target_link_libraries(test_sensor_msgs ${PROJECT_NAME}_library)
endif()
Expand Down
1 change: 0 additions & 1 deletion sensor_msgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This package provides some common C++ functionality relating to manipulating a c

* [fill_image.hpp](include/sensor_msgs/fill_image.hpp): Fill a Image message from type-erased data pointer.
* [image_encodings.hpp](include/sensor_msgs/image_encodings.hpp): Definitions and functionality relating to image encodings.
* [point_cloud_conversion.hpp](include/sensor_msgs/point_cloud_conversion.hpp): Functionality for converting between the deprecated PointCloud and PointCloud2 messages.
* [point_cloud2_iterator.hpp](include/sensor_msgs/point_cloud2_iterator.hpp): Tools for modifying and parsing PointCloud2 messages.
* [point_field_conversion.hpp](include/sensor_msgs/point_field_conversion.hpp): A type to enum mapping for the different PointField types, and methods to read and write in a PointCloud2 buffer for the different PointField types.

Expand Down
200 changes: 0 additions & 200 deletions sensor_msgs/include/sensor_msgs/point_cloud_conversion.hpp

This file was deleted.

17 changes: 0 additions & 17 deletions sensor_msgs/msg/PointCloud.msg

This file was deleted.

120 changes: 0 additions & 120 deletions sensor_msgs/test/test_pointcloud_conversion.cpp

This file was deleted.