こんにちはC++および/またはROSエキスパート
Ubuntu12.04とROSを新規インストールしました。
私の古いインストールもubunru12.04にあり、うまく機能しました。
しかし、プロジェクトを作成またはrosmakeしようとすると、次のエラーが発生します。
Linking CXX executable ../bin/robot_task_execution
/usr/bin/ld: cannot find -lrw_sandbox
/usr/bin/ld: cannot find -lrw_control
/usr/bin/ld: cannot find -lrw_algorithms
/usr/bin/ld: cannot find -lrw_pathplanners
/usr/bin/ld: cannot find -lrw_pathoptimization
/usr/bin/ld: cannot find -lrw_task
/usr/bin/ld: cannot find -lrw_simulation
/usr/bin/ld: cannot find -lrw_opengl
/usr/bin/ld: cannot find -lrw_lua
/usr/bin/ld: cannot find -llua51
/usr/bin/ld: cannot find -lrw_proximitystrategies
/usr/bin/ld: cannot find -lyaobi
/usr/bin/ld: cannot find -lpqp
/usr/bin/ld: cannot find -lrw
/usr/bin/ld: cannot find -lrw_qhull
collect2: ld returned 1 exit status
これが何を意味するのか、またはこれを修正する方法について何か考えがありますか?
私はこのようにROSをインストールしました、多分私は何か他のものが必要ですか?:
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-fuerte-desktop-full
echo "source /opt/ros/fuerte/setup.bash" >> ~/.bashrc
. ~/.bashrc
sudo apt-get install python-rosinstall python-rosdep
よろしくビャルケ