Andrei Kholodnyi

Results 19 issues of Andrei Kholodnyi

@ttroy50, thanks much for your great examples. I have tried to run them under Ubuntu 18.04 and it breaks on scan-build-3.6, since I have a newer clang version and I...

even if `$ROS_HOME` is defined ```bash ubuntu@ubuntu:~/ros2$ echo $ROS_HOME /home/ubuntu/ros2 ``` after running `colcon test --packages-select $(colcon list -n --base-paths src/reference-system/)` the `memory` directory is under ` ~/.ros/memory`

bug
benchmarks

Hello @julibert, I did this, but it does not help. ``` diff --git a/cmake/SuperBuild.cmake b/cmake/SuperBuild.cmake index 3095517..a47b61c 100644 --- a/cmake/SuperBuild.cmake +++ b/cmake/SuperBuild.cmake @@ -49,7 +49,7 @@ endif() # Fast CDR....

from https://github.com/Wind-River/vxworks7-ros2-build/issues/39#issue-1328702023 it is possible to have a solution without ros2 launch but with many qemu simulations activated and communicating?

question

Hi @razr, ROS2 NATIVE COMPILATION problem **SOLVED**: rebuild as you mentioned and bypassed sourcing env. operation and worked well, the example you provided worked and it is printed HelloWord! messages...

## Bug report **Required Info:** - Operating System: - - host: Ubuntu 18.04 - target: VxWorks 7 - Installation type: - - source compilation - Version or commit hash: -...

help wanted

I see that the image is compressed by the `pigz` from the original 3.9G to 1.5G, however it looks like that @carlossvg produces a release using `xz` compression which is...

enhancement

The artifact name is always the same: `RPI4 RT Kernel deb packages`. Depending on the parameters we could change the name dynamically to make it more meaningful, e.g. `5.15.35-rt41-raspi-kernel` to...

enhancement

After ```.config-fragment``` is [merged](https://github.com/ros-realtime/linux-real-time-kernel-builder/blob/master/Dockerfile#L145) the consistency check shall be done to make sure that the kernel is configured correctly e.g. ```bash $ ./scripts/config -s PREEMPT_RT y ```

bug

While cross-compiling I get this error. It worked in `0.7-1` ```bash ~/github/foonathan/memory/build$ cmake .. -DCMAKE_TOOLCHAIN_FILE=~Downloads/wrsdk/vxsdk/sysroot/mk/toolchain.cmake -- The C compiler identification is Clang 15.0.0 -- The CXX compiler identification is Clang...

cannot-reproduce