mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
Merge pull request #20 from micro-ROS/fix/crystal-package-list
Fix/crystal package list
This commit is contained in:
@@ -100,6 +100,7 @@ execute_process(
|
||||
if(NOT _result EQUAL 0)
|
||||
message(FATAL_ERROR "Error finding xml packages")
|
||||
endif()
|
||||
message("Packages in '${_COLCON_CALL_DIR}: ${_packages}")
|
||||
|
||||
|
||||
# Convert output to list
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<test_depend>ament_lint_auto</test_depend>
|
||||
<test_depend>ament_lint_common</test_depend>
|
||||
|
||||
<build_depend>micro-xrce-dds-agent</build_depend>
|
||||
<build_export_depend>micro-xrce-dds-agent</build_export_depend>
|
||||
<build_depend>microxrcedds_agent</build_depend>
|
||||
<build_export_depend>microxrcedds_agent</build_export_depend>
|
||||
|
||||
<export>
|
||||
<build_type>ament_cmake</build_type>
|
||||
|
||||
Reference in New Issue
Block a user