baxter_cpp
baxter_cpp copied to clipboard
Problem building for hydro
I followed the instructions and executed the commands
mkdir -p ~/ros/ws_moveit/src cd ~/ros/ws_moveit/src wstool init . wstool merge https://raw.github.com/davetcoleman/baxter_cpp/hydro-devel/moveit.rosinstall wstool update cd .. rosdep install --from-paths src --ignore-src --rosdistro hydro -y catkin_make
Hoever catkin_make fails with the following errors. I have gcc 4.6.3.
/home/benjamin/ros/ws_hydro/src/moveit_ros/perception/semantic_world/src/semantic_world.cpp:479:5: error: ‘object_recognition_msgs::Table_std::allocator
...
/usr/include/boost/variant/detail/initializer.hpp:89:24: note: no known conversion for argument 2 from ‘std::vector<geometry_msgs::Point_<std::allocator
I'd suggest you not try to install moveit from source using my instructions - they were optional and now I have removed them from the README documentation. Delete all the moveit repos that you pulled down from github. I tested everything today and it should all work (works for me).