LCQPow icon indicating copy to clipboard operation
LCQPow copied to clipboard

Issue: Improvement over compiled shared object.

Open hwyao opened this issue 11 months ago • 4 comments

Description

When we want to integrate the LCQPow solver to some other packages e.g the ROS packages, we expect that we can use the static or shared object from this solver. However when we try to do so, we could meet multiple problems.

Expected: We use one LCQPow shared object and include its header files in our own CMakeLists.txt and everything finished. Actual: The linking is difficult, we have to link 3 objects in a correct way, otherwise we will meet many problems.

hwyao avatar Mar 09 '24 17:03 hwyao