ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
hi dougnets22, Any progress of your crosscompile ros for nao? I am having the same problem, but for the environment setup, I change slightly, from export GEODE_CXX=$CTC_DIR/cross/geode/bin/i586-linux-g++ export GEODE_CC=$CTC_DIR/cross/geode/bin/i586-linux-gcc
to
export GEODE_CXX=$CTC_DIR/cross/bin/i686-pc-linux-gnu-g++ export GEODE_CC=$CTC_DIR/cross/bin/i686-pc-linux-gnu-gcc
Now, it doesn't need to look for the so library file, but this time different error appears as at my post : http://answers.ros.org/question/38716/error-when-installing-ros-for-nao-robot/ any idea as you may come across? Thanks