We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51cc5c commit 7880595Copy full SHA for 7880595
2 files changed
config/host/generic/client-host-colcon.meta
@@ -20,6 +20,11 @@
20
"-DBUILD_SHARED_LIBS=ON"
21
]
22
},
23
+ "rclc_parameter":{
24
+ "cmake-args":[
25
+ "-DBUILD_SHARED_LIBS=ON"
26
+ ]
27
+ },
28
"rcutils":{
29
"cmake-args":[
30
"-DENABLE_TESTING=ON"
config/host/generic/client_host_packages.repos
@@ -13,7 +13,7 @@ repositories:
13
uros/rclc:
14
type: git
15
url: https://github.com/ros2/rclc.git
16
- version: foxy
+ version: master
17
uros/micro_ros_msgs:
18
19
url: https://github.com/micro-ROS/micro_ros_msgs.git
0 commit comments