Matt Schuckmann

Results 19 comments of Matt Schuckmann
trafficstars

Thank you helped but now I'm getting a linker error when I try to link the generated .a library with the .so I'm creating. The error looks something like this,...

So I am unable to test the current continuous build with my yaml recipes because the shbang in many of the python scripts in the image are now relative paths...

I believe that I want them to be run using the Python version that is included in the AppImage, how do I make that happen? Also is there a place...

So here's the deal I'm not running just one script, I'm running several scripts and executables, it's kind of how ROS works. My main AppRun entry is a bash script...

@azubieta so your last idea is exactly what I've been doing and has stopped working with recent versions of appimage-builder. The problem is the new shbang's use a relative path...

I'll put together a quick example for you to try.

@azubieta The attached zip file has a .yaml, bash script and ros launch file that demonstrates the problem I'm having. With an install of appimage-builder from April 10, 2022 the...

So I’m not calling those apps directly the ROS infrastructure is and I have no control over how ROS has implemented launching applications and or scripts. I can try to...

So unfortunately that does not work with the current implementation of AppImage-builder (it used to work prior to v1.0.0). I think it has to do with how ROS launches subprocesses,...

I tried building a docker image using your dockerfile and got a different error when trying to used appimage-builder (I’ll post the error later). Basically I’m having a really hard...