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

khairulizwan's profile - activity

2016-02-02 23:18:14 -0500 commented answer Linking with 32 bit libraries

which file i should download to get libroscpp.so?

2016-02-02 23:18:14 -0500 received badge  Commentator
2016-02-02 22:22:25 -0500 commented answer Linking with 32 bit libraries

Now i get same error like @raul.perula.

I am searching the libroscpp.so on the shared link. But i could not find it.

2016-02-01 20:12:11 -0500 commented answer Linking with 32 bit libraries

how did you do that, i am sorry i am newbie about linux and ros too..where did you get the file and etc...

2016-02-01 00:25:20 -0500 received badge  Enthusiast
2016-01-31 23:15:27 -0500 commented answer Linking with 32 bit libraries

or maybe the doubt is how you do the deliver the required ROS libraries (which is 32 bit right; like roscpp and etc) ?

2016-01-31 23:01:31 -0500 commented answer Linking with 32 bit libraries

how to install others 32 bit dependencies like roscpp and etc?

2015-12-16 01:50:19 -0500 commented answer how to use so file in ros

How about .lib file?

2015-12-16 00:54:40 -0500 commented answer how to use so file in ros

Still in doubt/unclear about this. I am trying the create the iARM package. iARM manufacturer provided the .h file, .lib file and also .so file. Are this procedure correct: 1. copy the .h file --> include (mkdir -p include?) 2. copy the .so file --> lib (mkdir -p lib?) 3. edit the CMakelist.txt

2015-11-23 05:54:52 -0500 commented answer how to use so file in ros

Hi..I a have a doubt here...

Declare a C++ library

add_library(iarm_exact_dynamics

src/${PROJECT_NAME}/iarm_exact_dynamics.cpp

)

whats is this for?

2015-11-13 02:19:27 -0500 commented answer Publish CAN frame on topic

Any good news about this? Please advice me how to us it...

2015-11-13 02:19:27 -0500 commented question Publish CAN frame on topic

Any good news about this? Please advice me how to us it...