ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

PSousa's profile - activity

2018-06-22 06:15:24 -0500 received badge  Popular Question (source)
2017-02-25 09:22:42 -0500 asked a question Static Lib *.a file

Hi,

https://github.com/KorfLab/StochHMM I'm trying to use StochHMM a lib in C++ to develop Hidden Markov Models to do a classification job. The file I have is libstochhmm.a and I had put in my CMake: target_link_libraries(wiigo_human_interface_node /home/patrick/Desktop/lib/libstochhmm.a)

The .a file has the compiled lib with the .o files.

How can I use it?