-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebind error #3
Comments
This problem looks like caused by ROS version. The ROS version melodic has been tested. ROS noetic is not promised. |
Hi,i also have the same question |
Could you solve this issue? |
dv-runtime-1.2.5 uninstall dv-runtime-devapt list --installed | grep -i dv-runtime-dev
sudo apt remove dv-runtime-dev
sudo apt-get purge dv-runtime-dev download dv-runtime-1.2.5https://gitlab.com/inivation/dv/dv-runtime/-/tree/1.2.5?ref_type=tags build dv-runtime-1.2.5cd dv-runtime-1.2.5
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j8
sudo make install error/dv-runtime-1.2.5/modules/calibration/calibration.cpp:50:63: error: ‘class cv::FileNode’ has no member named ‘string’; did you mean ‘isString’? # dv-runtime-1.2.5/CmakeList.txt
set(OpenCV_DIR /usr/local/opencv/opencv345/share/OpenCV) # example |
Thanks for your great work. When compilering the code, I got the follow error. Can you give me some suggestion? Thanks!
/opt/ros/noetic/include/ros/serialization.h:335:82: error: no class template named ‘rebind’ in ‘class std::allocator<celex5_msgs::Event_<std::allocator > >’
335 | typedef std::vector<T, typename ContainerAllocator::template rebind::other> VecType;
| ^~~~~~~
/opt/ros/noetic/include/ros/serialization.h:336:38: error: no class template named ‘rebind’ in ‘class std::allocator<celex5_msgs::Event_<std::allocator > >’
336 | typedef typename VecType::iterator IteratorType;
| ^~~~~~~~~~~~
/opt/ros/noetic/include/ros/serialization.h:337:44: error: no class template named ‘rebind’ in ‘class std::allocator<celex5_msgs::Event_<std::allocator > >’
337 | typedef typename VecType::const_iterator ConstIteratorType;
The text was updated successfully, but these errors were encountered: