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

Replacing base ubuntu ros packages with mine compiled from source

asked 2013-11-05 05:54:46 -0500

mtourne gravatar image

updated 2014-01-28 17:18:27 -0500

ngrennan gravatar image

Hi,

I'm using ros groovy on armv7l, and I'm getting a bus error from from roscpp_serialization.

The error is well documented (on this forum too) and It seems that there is a patch that fixes it, but it hasn't made it into my ubuntu packages yet. And I can't find a way to replace this package in my ros build.

If I try to apt-get remove ros-groovy-roscpp-serialization, based on dependencies almost all of ros-groovy-* will be removed.

Is there a way to supersede binary packages with compiled ones ?

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-11-05 20:00:44 -0500

mtourne gravatar image

Ok it seems that using catkin it was as simple as :

cloning the repo of roscpp into catkin/src and then doing catkin_make

Conveniently catkin seems to export a LD_LIBRARY_PATH so that the library compiled in catkin take precedence over the rest of ros.

edit flag offensive delete link more

Comments

I just tried and did not experience that: I created a package called map_msgs in catkin/src, with appropriate package.xml and CMakeLists.txt, compiled with catkin_make. it compiled fine, but at the same time my CMakeLists was sort of empty. But when I roscd map_msgs I landed in /opt/ros/...

brice rebsamen gravatar image brice rebsamen  ( 2013-11-07 13:43:53 -0500 )edit

Did you call $ source /path/to/catkin/devel/setup.bash ? It should setup catkin as the first thing in you ROS_PACKAGE_PATH env variable.

mtourne gravatar image mtourne  ( 2013-11-07 14:33:22 -0500 )edit

seems that after a while ros figures that I have a map_msgs package. It's not immediate though. I wonder what's the exact behavior and when is the cache refreshed...

brice rebsamen gravatar image brice rebsamen  ( 2013-11-08 12:20:38 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-11-05 05:54:46 -0500

Seen: 144 times

Last updated: Nov 05 '13