rclnodejs 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +1 -0
- package/lib/node.js +1 -1
- package/package.json +1 -1
- package/rosidl_gen/blocklist.json +3 -0
- package/rostsd_gen/readme.md +1 -1
package/binding.gyp
CHANGED
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/;/g, '/include/builtin_interfaces ').replace(/\\\/g, '/') + '/include/builtin_interfaces')\")",
|
|
136
136
|
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/;/g, '/include/rcl_lifecycle ').replace(/\\\/g, '/') + '/include/rcl_lifecycle')\")",
|
|
137
137
|
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/;/g, '/include/lifecycle_msgs ').replace(/\\\/g, '/') + '/include/lifecycle_msgs')\")",
|
|
138
|
+
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/;/g, '/include/rosidl_dynamic_typesupport ').replace(/\\\/g, '/') + '/include/rosidl_dynamic_typesupport')\")",
|
|
138
139
|
],
|
|
139
140
|
}
|
|
140
141
|
]
|
package/lib/node.js
CHANGED
package/package.json
CHANGED
package/rostsd_gen/readme.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A node.js script that creates and updates the TypeScript interfaces.d.ts declaration file with type declarations for the generated interfaces (messages and services).
|
|
4
4
|
|
|
5
|
-
Run this script
|
|
5
|
+
Run this script every time new interfaces are generated, see script/generate_messages.js
|
|
6
6
|
|
|
7
7
|
# run
|
|
8
8
|
|