mpconte

Results 12 comments of mpconte

Yes, I'm performing the commit and I don't have an avatar in Microsoft Teams and I think someone else makes commits too but does have one. Does an avatar have...

@jdcargile My gihub workflow using this action doesn't run on commits (sorry), I have it set as a workflow_dispatch to checkout changes, build and package it and notify microsoft teams...

@memsharded That seems to have done it. Thank you.

Thanks for your contribution @akontsevich, but I still encounter issues with building my CMake project. When I attempt to `make` my project I get the following error: `em++: error: /usr/local/boost_emscripten/lib/libboost_system.a:...

Hi @clalancette, yes I did install and it correctly updated the CMAKE_FIND_ROOT_PATH to include the path for it since then, but now I receive the following error: ``` CMake Error...

Sorry, I should have mentioned that in my previous post that I was using colcon to build exclusively rcutils and received this error (on Ubuntu WSL2)

Hi @mrk-han I'm sorry for the late response, but I am still encountering an issue in the workflow. With debug logging enabled, the output from the emulator step is: ```...

Hi @clalancette, are there plans to support ROS2 builds for the Android NDK, particularly on the arm64 platform like most modern Android devices are?

Hi @clalancette, thanks for the reference. I did try to build ros2 humble from source with the ros.deps file in the master branch of the provided repo but I do...

I'm unable to reproduce this with the following code via version 6.4.1: ``` import { Plotly } from "vue-plotly"; export default { name: "SamplePlot", components: { Plotly }, data() {...