Bentis
Bentis
actually it seems the entry_points are installed in `/usr/bin/`, while ros expects them to be in `/usr/lib//` > tmp/work/armv8a-fslc-linux/demo-nodes-py/0.20.3-1-r0/package/usr/bin/talker_qos > tmp/work/armv8a-fslc-linux/demo-nodes-py/0.20.3-1-r0/package/usr/bin/talker ``` root@imx8mn-var-som:~# /usr/bin/talker [INFO] [1702914104.194657681] [talker]: Publishing: "Hello World:...
Seems to originate from: ``` # $SECURITY_STRINGFORMAT [3 operations] # set? /workdir/yocto/sources/poky/meta/conf/distro/include/security_flags.inc:18 # "-Wformat -Wformat-security -Werror=format-security" ``` The security_flags.inc file even contains a few exceptions already: ``` # Recipes which...
I know this is late, but for anyone else coming here: I replaced the datasource (all occurences): ``` - "datasource": "MySQL", + "datasource": "InfluxDB-telegraf", ``` And the measurement name (all...
Encountered same issue and verified that mwest90's fix solves it.