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

How to build a rosbuild package from source

asked 2016-11-07 01:31:24 -0500

danzda gravatar image

I can't find a good guide to do this. I have cloned the source using 'bzr branch', what are the next steps? The package I am trying to use is sick_ldmrs.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2016-11-07 03:25:16 -0500

rbbg gravatar image

updated 2016-11-07 07:41:54 -0500

As you are probably on a recent ROS version, you will need to convert the package to the catkin build system. The catkin migration guide should contain all the relevant information. The catkin docs will also be useful.

edit: Whoops, my bad, I was just attended to the fact that you can actually use rosmake to build ros packages for the more recent distributions. Have a look at the rosbuild wiki and tutorials for more info.

edit flag offensive delete link more

Comments

Whether this specific package will build successfully on anything newer than Electric is of course also dependent on the way it interacts with its dependencies. If the code has bitrotted too much, rosbuild or catkin will just be one of the issues to fix.

gvdhoorn gravatar image gvdhoorn  ( 2016-11-07 07:48:45 -0500 )edit

Additionally: migrating the package to Catkin would probably be a good idea in any case. Do make sure there isn't a catkinised version somewhere (on Github fi) already.

gvdhoorn gravatar image gvdhoorn  ( 2016-11-07 08:04:46 -0500 )edit

Thank you for the help, got it working now.

danzda gravatar image danzda  ( 2016-11-07 16:09:25 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-11-07 01:31:24 -0500

Seen: 271 times

Last updated: Nov 07 '16