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

mikealger's profile - activity

2014-08-18 11:05:08 -0500 received badge  Editor (source)
2014-08-14 12:18:28 -0500 edited answer Depency on SBCL installing ROS from source (ARM Hardware)

The sbcl library is available for ubuntu arm (1.2.0 or 1.2.1 cant recall) but unless there is a serious bug with the version in 14.04 (1.18.something), the updated library (with arm support) will not be pushed to ubuntu 14.04 's packages

does anyone have a work around for now?

EDIT: So far the only one i have found is to remove the roslisp package using the following

cd ~/ros_catkin_ws/src
wstool rm roslisp
rm -rf roslisp
cd ~/ros_catkin_ws

Note this should be run just prior to running rosdep install ... command ( step 2.1.2 when following the indigo installation from source wiki when compiling from source notes)

credit is likely due to someone else... I am just repeating it here so i can find it easier when i have to do this again...

EDIT2 : definitely easier to use the instructions/packages found here thanks Austin

2014-08-14 12:06:44 -0500 commented question urdf_to_collada undefined reference to vtable for Assimp::IOSystem

This issue also appears while compiling indigo on an odroid-xu using the standard ubuntu 14.04 image, applying the patch from bit-pirate seems to fix this, hopefully this saves someone else a couple hours

2014-08-14 11:20:29 -0500 received badge  Supporter (source)