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

Compile rosmatlab with winros on Windows 7 (catkin_make)

asked 2014-04-02 20:57:22 -0500

bnm-rc gravatar image

updated 2014-04-02 20:57:55 -0500

Hi again,
I finally got to compile winros with another Boost version (in the end it was just ridiculously easy...), but now I don't know how to substitute the command

catkin_make -DCMAKE_INSTALL_PREFIX=$MATLAB_ROOT/ros/groovy -DBoost_NO_SYSTEM_PATHS=ON -DBOOST_ROOT=$MATLAB_ROOT/ros/groovy install

described here with winros_make, since I don't know how to pass those arguments to winros_make so that it redirects them to the internal call to cmake.

Is there anybody who solved this or has suggestions? I read about putting the arguments in either a configure.cmake or findboost.cmake file, but since I'm not yet familiar with cmake, I wasn't able to handle that by now.

Greets and big thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-04-09 14:51:50 -0500

Daniel Stonier gravatar image

You can see here the three steps for a winros_xxx process. After the winros_init_build step you'll have a config.cmake file which you can edit, change and add any new variables for the cmake build you want (this is equivalent to piling them onto the catkin_make or cmake command line).

edit flag offensive delete link more

Comments

I probably missed the --install step, but already worked around this by calling nmake install from within the build library. Thanks a lot anyway!

bnm-rc gravatar image bnm-rc  ( 2014-04-22 23:10:35 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-02 20:57:22 -0500

Seen: 271 times

Last updated: Apr 09 '14