Skip to content

Commit 6b81483

Browse files
add fastrtps config file (#2)
* add fastrtps config file * remove dependency as it;s now 'declared' upstream * make yaml also valid json
1 parent 807046b commit 6b81483

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fastrtps.meta

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"names": {
3+
"fastrtps": {
4+
"cmake-args": ["-DSECURITY=ON"]
5+
}
6+
}
7+
}

index.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
metadata:
2+
- fastrtps.meta
23
- Gazebo.meta

0 commit comments

Comments
 (0)