Jorge
Jorge
 > Is not this operator ConstantOfShape supported? I understand that is using int64 which is not a supported type for ConstantOfShape.
This is not working for me, First I had this problem with `rosidl-adapter-native` and `rmw-implementation_2.8.1-2.bb` ``` ERROR: Nothing PROVIDES 'rosidl-adapter-nativerosidl-adapter-native' (but /media/jlamperez/DATA/Xilinx/Kria/2022.1/Vitis-Tutorials/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/xilinx-kv260-starterkit-2022.1/project-spec/meta-ros/meta-ros2-humble/generated-recipes/rmw-implementation/rmw-implementation_2.8.1-2.bb DEPENDS on or otherwise requires it) NOTE: Runtime...
The first is just a space. I am using a fresh PetaLinux 2022.1 project. The project is created in `/media/DATA/blah` instead of in `/home/blah` and the `ament-cmake-test` is creating me...
I think the problem is this [ament-cmake-test_%.bbappend](https://github.com/vmayoral/meta-ros/blob/honister-humble/meta-ros2-humble/recipes-bbappends/ament-cmake/ament-cmake-test_%25.bbappend)
Same problem with rosidl-cmake_%.bbappend and [this line](https://github.com/vmayoral/meta-ros/blob/honister-humble/meta-ros2-humble/recipes-bbappends/rosidl/rosidl-cmake_%25.bbappend#L11)
I am seeing a lot of bbappend recipes with same pattern ``` # ERROR: do_package: Files/directories were installed but not shipped in any package # do_install:append:class-target() { mkdir -p ${D}/usr/lib/python3.9/site-packages/...
Some problems with rosbag2 and zstd-vendor ``` | Cloning into 'zstd-1.4.4'... | fatal: unable to access 'https://github.com/facebook/zstd.git/': error setting certificate verify locations: CAfile: /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-petalinux-linux/etc/ssl/certs/ca-certificates.crt CApath: none | Cloning into 'zstd-1.4.4'......
My test environment is this one, - Petalinux 2022.1 upgraded to the last `2022.1_update1` that supports kv260/kr260 - `petalinux-upgrade -u 'http://petalinux.xilinx.com/sswreleases/rel-v2022/sdkupdate/2022.1_update1/' -p 'aarch64'` - BSP: `xilinx-kv260-starterkit-v2022.1-05140151.bsp` - `petalinux-create --type project...
I've been able to pass the zstd-vendor doing some changes on the patch, now I am having same CAfile problem with orocos_kinematics_dynamics ``` | Cloning into 'orocos_kdl-507de66'... | fatal: unable...
Hi @KansaiUser When you do `git clone -b build --single-branch [email protected]:ros/meta-ros build` you are cloning the `meta-ros` `build` branch and you save these files into a `build` folder. In this...