Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- david@david-desktop:~/Desktop/hector$ catkin build
- ---------------------------------------------------------------
- Profile: default
- Extending: [env] /opt/ros/melodic
- Workspace: /home/david/Desktop/hector
- ---------------------------------------------------------------
- Build Space: [exists] /home/david/Desktop/hector/build
- Devel Space: [exists] /home/david/Desktop/hector/devel
- Install Space: [unused] /home/david/Desktop/hector/install
- Log Space: [missing] /home/david/Desktop/hector/logs
- Source Space: [exists] /home/david/Desktop/hector/src
- DESTDIR: [unused] None
- ---------------------------------------------------------------
- Devel Space Layout: linked
- Install Space Layout: None
- ---------------------------------------------------------------
- Additional CMake Args: None
- Additional Make Args: None
- Additional catkin Make Args: None
- Internal Make Job Server: True
- Cache Job Environments: False
- ---------------------------------------------------------------
- Whitelisted Packages: None
- Blacklisted Packages: None
- ---------------------------------------------------------------
- Workspace configuration appears valid.
- NOTE: Forcing CMake to run for each package.
- ---------------------------------------------------------------
- [build] Found '13' packages in 0.0 seconds.
- [build] Updating package table.
- Starting >>> catkin_tools_prebuild
- Finished <<< catkin_tools_prebuild [ 1.5 seconds ]
- Starting >>> hector_imu_attitude_to_tf
- Starting >>> hector_imu_tools
- Starting >>> hector_map_tools
- Starting >>> hector_mapping
- Starting >>> hector_marker_drawing
- Starting >>> hector_nav_msgs
- Finished <<< hector_marker_drawing [ 2.2 seconds ]
- Finished <<< hector_map_tools [ 2.2 seconds ]
- Starting >>> hector_compressed_map_transport
- Finished <<< hector_nav_msgs [ 4.0 seconds ]
- Starting >>> hector_geotiff
- _______________________________________________________________________________
- Errors << hector_imu_tools:make /home/david/Desktop/hector/logs/hector_imu_tools/build.make.000.log
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:30:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/tf/transform_broadcaster.h:36:0,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_tools/src/pose_and_orientation_to_imu_node.cpp:31:
- /opt/ros/melodic/include/tf/tf.h:354:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> getTF2BufferPtr() { return tf2_buffer_ptr_;};
- ^
- /opt/ros/melodic/include/tf/tf.h:403:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> tf2_buffer_ptr_;
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘ros::Duration tf::Transformer::getCacheLength()’:
- /opt/ros/melodic/include/tf/tf.h:331:43: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- ros::Duration getCacheLength() { return tf2_buffer_ptr_->getCacheLength();}
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘void tf::Transformer::setUsingDedicatedThread(bool)’:
- /opt/ros/melodic/include/tf/tf.h:349:46: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- void setUsingDedicatedThread(bool value) { tf2_buffer_ptr_->setUsingDedicatedThread(value);};
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘bool tf::Transformer::isUsingDedicatedThread()’:
- /opt/ros/melodic/include/tf/tf.h:351:42: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- bool isUsingDedicatedThread() { return tf2_buffer_ptr_->isUsingDedicatedThread();};
- ^
- make[2]: *** [CMakeFiles/pose_and_orientation_to_imu_node.dir/src/pose_and_orientation_to_imu_node.cpp.o] Error 1
- make[1]: *** [CMakeFiles/pose_and_orientation_to_imu_node.dir/all] Error 2
- make: *** [all] Error 2
- cd /home/david/Desktop/hector/build/hector_imu_tools; catkin build --get-env hector_imu_tools | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
- ...............................................................................
- Failed << hector_imu_tools:make [ Exited with code 2 ]
- Failed <<< hector_imu_tools [ 5.0 seconds ]
- Abandoned <<< hector_map_server [ Unrelated job failed ]
- Abandoned <<< hector_trajectory_server [ Unrelated job failed ]
- Abandoned <<< hector_geotiff_plugins [ Unrelated job failed ]
- Abandoned <<< hector_slam_launch [ Unrelated job failed ]
- _______________________________________________________________________________
- Errors << hector_imu_attitude_to_tf:make /home/david/Desktop/hector/logs/hector_imu_attitude_to_tf/build.make.000.log
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:30:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/tf/transform_broadcaster.h:36:0,
- from /home/david/Desktop/hector/src/hector_slam/hector_imu_attitude_to_tf/src/imu_attitude_to_tf_node.cpp:31:
- /opt/ros/melodic/include/tf/tf.h:354:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> getTF2BufferPtr() { return tf2_buffer_ptr_;};
- ^
- /opt/ros/melodic/include/tf/tf.h:403:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> tf2_buffer_ptr_;
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘ros::Duration tf::Transformer::getCacheLength()’:
- /opt/ros/melodic/include/tf/tf.h:331:43: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- ros::Duration getCacheLength() { return tf2_buffer_ptr_->getCacheLength();}
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘void tf::Transformer::setUsingDedicatedThread(bool)’:
- /opt/ros/melodic/include/tf/tf.h:349:46: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- void setUsingDedicatedThread(bool value) { tf2_buffer_ptr_->setUsingDedicatedThread(value);};
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘bool tf::Transformer::isUsingDedicatedThread()’:
- /opt/ros/melodic/include/tf/tf.h:351:42: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- bool isUsingDedicatedThread() { return tf2_buffer_ptr_->isUsingDedicatedThread();};
- ^
- make[2]: *** [CMakeFiles/imu_attitude_to_tf_node.dir/src/imu_attitude_to_tf_node.cpp.o] Error 1
- make[1]: *** [CMakeFiles/imu_attitude_to_tf_node.dir/all] Error 2
- make: *** [all] Error 2
- cd /home/david/Desktop/hector/build/hector_imu_attitude_to_tf; catkin build --get-env hector_imu_attitude_to_tf | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
- ...............................................................................
- Failed << hector_imu_attitude_to_tf:make [ Exited with code 2 ]
- Failed <<< hector_imu_attitude_to_tf [ 5.1 seconds ]
- _______________________________________________________________________________
- Warnings << hector_compressed_map_transport:make /home/david/Desktop/hector/logs/hector_compressed_map_transport/build.make.000.log
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_compressed_map_transport/src/map_to_image_node.cpp:29:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- cd /home/david/Desktop/hector/build/hector_compressed_map_transport; catkin build --get-env hector_compressed_map_transport | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
- ...............................................................................
- Finished <<< hector_compressed_map_transport [ 5.7 seconds ]
- _______________________________________________________________________________
- Errors << hector_geotiff:make /home/david/Desktop/hector/logs/hector_geotiff/build.make.000.log
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_saver.cpp:30:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:30:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/class_loader/class_loader.hpp:46:0,
- from /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:42,
- from /opt/ros/melodic/include/pluginlib/./class_loader.hpp:38,
- from /opt/ros/melodic/include/pluginlib/class_loader.h:35,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:32:
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp: In function ‘void class_loader::impl::registerPlugin(const string&, const string&)’:
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:183:7: error: ‘nullptr’ was not declared in this scope
- if (nullptr == getCurrentlyActiveClassLoader()) {
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp: In function ‘Base* class_loader::impl::createInstance(const string&, class_loader::ClassLoader*)’:
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:242:40: error: ‘nullptr’ was not declared in this scope
- AbstractMetaObject<Base> * factory = nullptr;
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp: In function ‘std::vector<std::__cxx11::basic_string<char> > class_loader::impl::getAvailableClasses(class_loader::ClassLoader*)’:
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:300:15: error: ISO C++ forbids declaration of ‘it’ with no type [-fpermissive]
- for (auto & it : factory_map) {
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:300:20: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11
- for (auto & it : factory_map) {
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:301:43: error: request for member ‘second’ in ‘it’, which is of non-class type ‘int’
- AbstractMetaObjectBase * factory = it.second;
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:303:28: error: request for member ‘first’ in ‘it’, which is of non-class type ‘int’
- classes.push_back(it.first);
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:304:35: error: ‘nullptr’ was not declared in this scope
- } else if (factory->isOwnedBy(nullptr)) {
- ^
- /opt/ros/melodic/include/class_loader/class_loader_core.hpp:305:42: error: request for member ‘first’ in ‘it’, which is of non-class type ‘int’
- classes_with_no_owner.push_back(it.first);
- ^
- In file included from /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:42:0,
- from /opt/ros/melodic/include/pluginlib/./class_loader.hpp:38,
- from /opt/ros/melodic/include/pluginlib/class_loader.h:35,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:32:
- /opt/ros/melodic/include/class_loader/class_loader.hpp: At global scope:
- /opt/ros/melodic/include/class_loader/class_loader.hpp:82:3: error: expected unqualified-id before ‘using’
- using DeleterType = std::function<void(Base *)>;
- ^
- /opt/ros/melodic/include/class_loader/class_loader.hpp:85:3: error: expected unqualified-id before ‘using’
- using UniquePtr = std::unique_ptr<Base, DeleterType<Base>>;
- ^
- /opt/ros/melodic/include/class_loader/class_loader.hpp:127:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<Base> createSharedInstance(const std::string & derived_class_name)
- ^
- /opt/ros/melodic/include/class_loader/class_loader.hpp:160:3: error: ‘UniquePtr’ does not name a type
- UniquePtr<Base> createUniqueInstance(const std::string & derived_class_name)
- ^
- In file included from /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:42:0,
- from /opt/ros/melodic/include/pluginlib/./class_loader.hpp:38,
- from /opt/ros/melodic/include/pluginlib/class_loader.h:35,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:32:
- /opt/ros/melodic/include/class_loader/class_loader.hpp: In member function ‘void class_loader::ClassLoader::onPluginDeletion(Base*)’:
- /opt/ros/melodic/include/class_loader/class_loader.hpp:246:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == obj) {
- ^
- In file included from /usr/include/boost/assert.hpp:58:0,
- from /usr/include/boost/thread/future.hpp:47,
- from /usr/include/boost/thread.hpp:24,
- from /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:35,
- from /opt/ros/melodic/include/pluginlib/./class_loader.hpp:38,
- from /opt/ros/melodic/include/pluginlib/class_loader.h:35,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:32:
- /opt/ros/melodic/include/class_loader/class_loader.hpp: In member function ‘Base* class_loader::ClassLoader::createRawInstance(const string&, bool)’:
- /opt/ros/melodic/include/class_loader/class_loader.hpp:302:19: error: ‘nullptr’ was not declared in this scope
- assert(obj != nullptr); // Unreachable assertion if createInstance() throws on failure
- ^
- In file included from /opt/ros/melodic/include/pluginlib/./class_loader.hpp:38:0,
- from /opt/ros/melodic/include/pluginlib/class_loader.h:35,
- from /home/david/Desktop/hector/src/hector_slam/hector_geotiff/src/geotiff_node.cpp:32:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: At global scope:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:78:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<Base> createSharedInstance(const std::string & class_name)
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:105:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<Base>
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:164:16: error: ‘UniquePtr’ in ‘class class_loader::ClassLoader’ does not name a template type
- ClassLoader::UniquePtr<Base> createUniqueInstance(const std::string & class_name)
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:185:16: error: ‘UniquePtr’ in ‘class class_loader::ClassLoader’ does not name a template type
- ClassLoader::UniquePtr<Base>
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘boost::shared_ptr<X> class_loader::MultiLibraryClassLoader::createInstance(const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:130:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == loader) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘boost::shared_ptr<X> class_loader::MultiLibraryClassLoader::createInstance(const string&, const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:150:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == loader) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘Base* class_loader::MultiLibraryClassLoader::createUnmanagedInstance(const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:210:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == loader) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘Base* class_loader::MultiLibraryClassLoader::createUnmanagedInstance(const string&, const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:229:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == loader) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘std::vector<std::__cxx11::basic_string<char> > class_loader::MultiLibraryClassLoader::getAvailableClasses()’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:268:17: error: ISO C++ forbids declaration of ‘loader’ with no type [-fpermissive]
- for (auto & loader : getAllAvailableClassLoaders()) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:268:26: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11
- for (auto & loader : getAllAvailableClassLoaders()) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:269:55: error: base operand of ‘->’ is not a pointer
- std::vector<std::string> loader_classes = loader->getAvailableClasses<Base>();
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘std::vector<std::__cxx11::basic_string<char> > class_loader::MultiLibraryClassLoader::getAvailableClassesForLibrary(const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:285:9: error: ‘nullptr’ was not declared in this scope
- if (nullptr == loader) {
- ^
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp: In member function ‘class_loader::ClassLoader* class_loader::MultiLibraryClassLoader::getClassLoaderForClass(const string&)’:
- /opt/ros/melodic/include/class_loader/multi_library_class_loader.hpp:342:12: error: ‘nullptr’ was not declared in this scope
- return nullptr;
- ^
- make[2]: *** [CMakeFiles/geotiff_node.dir/src/geotiff_node.cpp.o] Error 1
- make[1]: *** [CMakeFiles/geotiff_node.dir/all] Error 2
- make: *** [all] Error 2
- cd /home/david/Desktop/hector/build/hector_geotiff; catkin build --get-env hector_geotiff | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
- ...............................................................................
- Failed << hector_geotiff:make [ Exited with code 2 ]
- Failed <<< hector_geotiff [ 7.1 seconds ]
- _______________________________________________________________________________
- Errors << hector_mapping:make /home/david/Desktop/hector/logs/hector_mapping/build.make.000.log
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:32,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:32:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/publisher.h:53:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Publisher& operator=(const Publisher& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:33:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/subscriber.h:52:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Subscriber& operator=(const Subscriber& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:34:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/service_server.h:51:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceServer& operator=(const ServiceServer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:35:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/service_client.h:49:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- ServiceClient& operator=(const ServiceClient& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:36:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/timer.h:52:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- Timer& operator=(const Timer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:38:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/wall_timer.h:52:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- WallTimer& operator=(const WallTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/ros/node_handle.h:39:0,
- from /opt/ros/melodic/include/ros/ros.h:45,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:30:
- /opt/ros/melodic/include/ros/steady_timer.h:52:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
- SteadyTimer& operator=(const SteadyTimer& other) = default;
- ^
- In file included from /opt/ros/melodic/include/tf/transform_listener.h:38:0,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:34,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/tf/tf.h:354:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> getTF2BufferPtr() { return tf2_buffer_ptr_;};
- ^
- /opt/ros/melodic/include/tf/tf.h:403:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> tf2_buffer_ptr_;
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘ros::Duration tf::Transformer::getCacheLength()’:
- /opt/ros/melodic/include/tf/tf.h:331:43: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- ros::Duration getCacheLength() { return tf2_buffer_ptr_->getCacheLength();}
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘void tf::Transformer::setUsingDedicatedThread(bool)’:
- /opt/ros/melodic/include/tf/tf.h:349:46: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- void setUsingDedicatedThread(bool value) { tf2_buffer_ptr_->setUsingDedicatedThread(value);};
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘bool tf::Transformer::isUsingDedicatedThread()’:
- /opt/ros/melodic/include/tf/tf.h:351:42: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- bool isUsingDedicatedThread() { return tf2_buffer_ptr_->isUsingDedicatedThread();};
- ^
- In file included from /opt/ros/melodic/include/ros/callback_queue.h:39:0,
- from /opt/ros/melodic/include/tf/transform_listener.h:40,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:34,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.cpp:29:
- /opt/ros/melodic/include/ros/internal/condition_variable.h: In member function ‘void ros::internal::condition_variable_monotonic::wait(boost::unique_lock<boost::mutex>&)’:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:155:76: error: ‘>>’ should be ‘> >’ within a nested template argument list
- boost::thread_cv_detail::lock_on_exit<boost::unique_lock<boost::mutex>> guard;
- ^
- /opt/ros/melodic/include/ros/internal/condition_variable.h: In member function ‘bool ros::internal::condition_variable_monotonic::do_wait_until(boost::unique_lock<boost::mutex>&, const timespec&)’:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:188:76: error: ‘>>’ should be ‘> >’ within a nested template argument list
- boost::thread_cv_detail::lock_on_exit<boost::unique_lock<boost::mutex>> guard;
- ^
- /opt/ros/melodic/include/ros/internal/condition_variable.h: At global scope:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:219:14: error: expected constructor, destructor, or type conversion before ‘(’ token
- static_assert(
- ^
- In file included from /opt/ros/melodic/include/tf/transform_listener.h:38:0,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:34,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:32:
- /opt/ros/melodic/include/tf/tf.h:354:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> getTF2BufferPtr() { return tf2_buffer_ptr_;};
- ^
- /opt/ros/melodic/include/tf/tf.h:403:8: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
- std::shared_ptr<tf2_ros::Buffer> tf2_buffer_ptr_;
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘ros::Duration tf::Transformer::getCacheLength()’:
- /opt/ros/melodic/include/tf/tf.h:331:43: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- ros::Duration getCacheLength() { return tf2_buffer_ptr_->getCacheLength();}
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘void tf::Transformer::setUsingDedicatedThread(bool)’:
- /opt/ros/melodic/include/tf/tf.h:349:46: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- void setUsingDedicatedThread(bool value) { tf2_buffer_ptr_->setUsingDedicatedThread(value);};
- ^
- /opt/ros/melodic/include/tf/tf.h: In member function ‘bool tf::Transformer::isUsingDedicatedThread()’:
- /opt/ros/melodic/include/tf/tf.h:351:42: error: ‘tf2_buffer_ptr_’ was not declared in this scope
- bool isUsingDedicatedThread() { return tf2_buffer_ptr_->isUsingDedicatedThread();};
- ^
- In file included from /opt/ros/melodic/include/ros/callback_queue.h:39:0,
- from /opt/ros/melodic/include/tf/transform_listener.h:40,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/HectorMappingRos.h:34,
- from /home/david/Desktop/hector/src/hector_slam/hector_mapping/src/main.cpp:32:
- /opt/ros/melodic/include/ros/internal/condition_variable.h: In member function ‘void ros::internal::condition_variable_monotonic::wait(boost::unique_lock<boost::mutex>&)’:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:155:76: error: ‘>>’ should be ‘> >’ within a nested template argument list
- boost::thread_cv_detail::lock_on_exit<boost::unique_lock<boost::mutex>> guard;
- ^
- /opt/ros/melodic/include/ros/internal/condition_variable.h: In member function ‘bool ros::internal::condition_variable_monotonic::do_wait_until(boost::unique_lock<boost::mutex>&, const timespec&)’:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:188:76: error: ‘>>’ should be ‘> >’ within a nested template argument list
- boost::thread_cv_detail::lock_on_exit<boost::unique_lock<boost::mutex>> guard;
- ^
- /opt/ros/melodic/include/ros/internal/condition_variable.h: At global scope:
- /opt/ros/melodic/include/ros/internal/condition_variable.h:219:14: error: expected constructor, destructor, or type conversion before ‘(’ token
- static_assert(
- ^
- make[2]: *** [CMakeFiles/hector_mapping.dir/src/main.cpp.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[2]: *** [CMakeFiles/hector_mapping.dir/src/HectorMappingRos.cpp.o] Error 1
- make[1]: *** [CMakeFiles/hector_mapping.dir/all] Error 2
- make: *** [all] Error 2
- cd /home/david/Desktop/hector/build/hector_mapping; catkin build --get-env hector_mapping | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
- ...............................................................................
- Failed << hector_mapping:make [ Exited with code 2 ]
- Failed <<< hector_mapping [ 11.2 seconds ]
- [build] Summary: 5 of 13 packages succeeded.
- [build] Ignored: 1 packages were skipped or are blacklisted.
- [build] Warnings: 1 packages succeeded with warnings.
- [build] Abandoned: 4 packages were abandoned.
- [build] Failed: 4 packages failed.
- [build] Runtime: 13.0 seconds total.
- [build] Note: Workspace packages have changed, please re-source setup files to use them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement