Building nodes as 32bit on 64 bit machine
Hey everyone!
I am using a node that was developed using a 32 bit closed source library. I only have access to a 64bit computer, and there is no 64 bit version of the library. I would like to build my node which depends on the 32 bit library as a 32 bit application in order to make this work.
I found this website which shows how to do it using rosbuild: https://code.ros.org/gf/project/ros/m...
but I need a solution for catkin. Any ideas?