Skip to content

Commit 7880595

Browse files
authored
Fix rclc branch (#330)
* Fix rclc branch * Update
1 parent d51cc5c commit 7880595

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

config/host/generic/client-host-colcon.meta

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"-DBUILD_SHARED_LIBS=ON"
2121
]
2222
},
23+
"rclc_parameter":{
24+
"cmake-args":[
25+
"-DBUILD_SHARED_LIBS=ON"
26+
]
27+
},
2328
"rcutils":{
2429
"cmake-args":[
2530
"-DENABLE_TESTING=ON"

config/host/generic/client_host_packages.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories:
1313
uros/rclc:
1414
type: git
1515
url: https://github.com/ros2/rclc.git
16-
version: foxy
16+
version: master
1717
uros/micro_ros_msgs:
1818
type: git
1919
url: https://github.com/micro-ROS/micro_ros_msgs.git

0 commit comments

Comments
 (0)