Fix upstream for rodep install in devcontainer
This commit is contained in:
@@ -37,10 +37,18 @@ index 041ef0d..dd57d47 100644
|
||||
|
||||
install(TARGETS
|
||||
diff --git a/unitree_lidar_ros2/src/unitree_lidar_ros2/package.xml b/unitree_lidar_ros2/src/unitree_lidar_ros2/package.xml
|
||||
index 74539aa..b5febb2 100644
|
||||
index 74539aa..69bb645 100644
|
||||
--- a/unitree_lidar_ros2/src/unitree_lidar_ros2/package.xml
|
||||
+++ b/unitree_lidar_ros2/src/unitree_lidar_ros2/package.xml
|
||||
@@ -21,6 +21,7 @@
|
||||
@@ -15,14 +15,15 @@
|
||||
<depend>rclcpp</depend>
|
||||
<depend>std_msgs</depend>
|
||||
<depend>sensor_msgs</depend>
|
||||
-
|
||||
+
|
||||
<depend>pcl_conversions</depend>
|
||||
- <depend>pcl</depend>
|
||||
+ <depend>libpcl-all-dev</depend>
|
||||
|
||||
<depend>geometry_msgs</depend>
|
||||
<depend>tf2_ros</depend>
|
||||
@@ -48,6 +56,10 @@ index 74539aa..b5febb2 100644
|
||||
|
||||
<export>
|
||||
<build_type>ament_cmake</build_type>
|
||||
</export>
|
||||
-</package>
|
||||
+</package>
|
||||
\ No newline at end of file
|
||||
diff --git a/unitree_lidar_sdk/CMakeLists.txt b/unitree_lidar_sdk/CMakeLists.txt
|
||||
index 80af9c9..0d9a334 100644
|
||||
--- a/unitree_lidar_sdk/CMakeLists.txt
|
||||
@@ -103,3 +115,34 @@ index 80af9c9..0d9a334 100644
|
||||
\ No newline at end of file
|
||||
+ament_package()
|
||||
\ No newline at end of file
|
||||
diff --git a/unitree_lidar_sdk/package.xml b/unitree_lidar_sdk/package.xml
|
||||
index ef88d9a..68ab313 100644
|
||||
--- a/unitree_lidar_sdk/package.xml
|
||||
+++ b/unitree_lidar_sdk/package.xml
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
- <name>unitree_lidar_sdk</name>
|
||||
- <version>0.0.0</version>
|
||||
- <description>Unitree LiDAR SDK (prebuilt static library and headers)</description>
|
||||
- <maintainer email="lukelbmeng@gmail.com">jo</maintainer>
|
||||
- <license>BSD-3-Clause</license>
|
||||
+ <name>unitree_lidar_sdk</name>
|
||||
+ <version>0.0.0</version>
|
||||
+ <description>Unitree LiDAR SDK (prebuilt static library and headers)</description>
|
||||
+ <maintainer email="lukelbmeng@gmail.com">jo</maintainer>
|
||||
+ <license>BSD-3-Clause</license>
|
||||
|
||||
- <buildtool_depend>ament_cmake</buildtool_depend>
|
||||
+ <buildtool_depend>ament_cmake</buildtool_depend>
|
||||
|
||||
- <export>
|
||||
- <build_type>ament_cmake</build_type>
|
||||
- </export>
|
||||
-</package>
|
||||
+ <export>
|
||||
+ <build_type>ament_cmake</build_type>
|
||||
+ </export>
|
||||
+</package>
|
||||
\ No newline at end of file
|
||||
|
||||
Reference in New Issue
Block a user