We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06014e8 commit 21a215dCopy full SHA for 21a215d
1 file changed
rosidl_gen/templates/message-template.js
@@ -268,7 +268,7 @@ function generateMessage(data) {
268
// ROS 2 Rolling (ros2/rosidl#941) added is_rosidl_buffer / owns_rosidl_buffer
269
// to every primitive sequence struct. Emit the extra fields only for
270
// primitive-package types on Rolling+.
271
- const DistroUtils = require('../lib/distro.js');
+ const DistroUtils = require('../../lib/distro.js');
272
const needsRosidlBufferFields =
273
isPrimitivePackage(spec.baseType) &&
274
DistroUtils.getDistroId() >= DistroUtils.getDistroId('rolling');
0 commit comments