From 58bd17ab6b676d67ce18e867bd705b9b16f9aab7 Mon Sep 17 00:00:00 2001 From: stelzo Date: Mon, 25 Mar 2024 12:37:34 +0100 Subject: [PATCH] add testing deps --- Cargo.toml | 2 +- package.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 package.xml diff --git a/Cargo.toml b/Cargo.toml index 5bb4bf2..317ccfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["science::robotics", "encoding", "data-structures", "api-bindings" readme = "README.md" documentation = "https://docs.rs/ros_pointcloud2" homepage = "https://github.com/stelzo/ros_pointcloud2" -exclude = ["**/tests/**", "**/examples/**", "**/benches/**", "**/target/**", "**/build/**", "**/dist/**", "**/docs/**", "**/doc/**"] +exclude = ["**/tests/**", "**/examples/**", "**/benches/**", "**/target/**", "**/build/**", "**/dist/**", "**/docs/**", "**/doc/**", "package.xml"] [dependencies] mem_macros = "1.0.1" diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..9f21f52 --- /dev/null +++ b/package.xml @@ -0,0 +1,16 @@ + + ros_pointcloud2_tests + 0.0.0 + Dummy package for linking messages in crate tests. + user + TODO: License declaration + + rclrs + sensor_msgs + std_msgs + builtin_interfaces + + + ament_cargo + + \ No newline at end of file