-
Notifications
You must be signed in to change notification settings - Fork 73
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
catkin_make error #9
Comments
after changing c++11 to c++14 errors still occur |
I solve the catkin problem but when I run "source devel/setup.bash && roslaunch exploration_manager swarm_exploration.launch" . I don't even trigger the 2D Nav Goal tool in Rviz. the exloration node dies. log file: /home/yy/.ros/log/38fa47fe-0050-11ee-a3fb-7470fd05bbe9/exploration_node_2-9*.log [exploration_node_1-2] process has died [pid 5682, exit code -6, cmd /home/yy/catkin_yyy/devel/lib/exploration_manager/exploration_node /odom_world:=/state_ukf/odom_1 /map_ros/pose:=/pcl_render_node/sensor_pose_1 /map_ros/depth:=/pcl_render_node/depth_1 /map_ros/cloud:=/pcl_render_node/cloud_1 /planning/replan:=/planning/replan_1 /planning/new:=/planning/new_1 /planning/bspline:=/planning/bspline_1 /swarm_expl/drone_state_send:=/swarm_expl/drone_state /swarm_expl/drone_state_recv:=/swarm_expl/drone_state /swarm_expl/pair_opt_send:=/swarm_expl/pair_opt /swarm_expl/pair_opt_recv:=/swarm_expl/pair_opt /swarm_expl/pair_opt_res_send:=/swarm_expl/pair_opt_res /swarm_expl/pair_opt_res_recv:=/swarm_expl/pair_opt_res /swarm_expl/grid_tour_send:=/swarm_expl/grid_tour /swarm_expl/hgrid_send:=/swarm_expl/hgrid /multi_map_manager/chunk_stamps_send:=/multi_map_manager/chunk_stamps /multi_map_manager/chunk_data_send:=/multi_map_manager/chunk_data /multi_map_manager/chunk_stamps_recv:=/multi_map_manager/chunk_stamps /multi_map_manager/chunk_data_recv:=/multi_map_manager/chunk_data /planning/swarm_traj_recv:=/planning/swarm_traj /planning/swarm_traj_send:=/planning/swarm_traj /planning_vis/trajectory:=/planning_vis/trajectory_1 /planning_vis/frontier:=/planning_vis/frontier_1 /planning_vis/viewpoints:=/planning_vis/viewpoints_1 /sdf_map/occupancy_all:=/sdf_map/occupancy_all_1 /sdf_map/occupancy_local:=/sdf_map/occupancy_local_1 /sdf_map/occupancy_local_inflate:=/sdf_map/occupancy_local_inflate_1 /sdf_map/unknown:=/sdf_map/unknown_1 /sdf_map/update_range:=/sdf_map/update_range_1 /sdf_map/basecoor:=/swarm_sim_tf/basecoor_1 __name:=exploration_node_1 __log:=/home/yy/.ros/log/38fa47fe-0050-11ee-a3fb-7470fd05bbe9/exploration_node_1-2.log]. |
I have tried the method in unexpected crash. but it doesn't work. The problem above still exists. |
I also have unexpected crash problem,follow the author's steps and successfully solve it,it need a little adjustment, find_package(catkin REQUIRED COMPONENTS |
When the following problem occur:
try add ${OpenCV_LIBS} to RACER/swarm_exploration/plan_env/CMakeLists.txt like this: target_link_libraries( plan_env |
ubuntu18.04+ros melodic catkin_make partial error message:
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minusscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minusscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minusscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minusscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minusscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp: In function ‘const pcl::PPFSignature& pcl::common::operator/=(pcl::PPFSignature&, const float&)’:
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp: In function ‘const pcl::PPFSignature pcl::common::operator/(const float&, const pcl::PPFSignature&)’:
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar2’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar2’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar2’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar2’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘divscalar2’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minus’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^/usr/local/include/pcl-1.12/pcl/impl/point_types.hpp:2145:1: error: ‘minus’ is not a member of ‘pcl::traits’
POINT_CLOUD_REGISTER_POINT_STRUCT (pcl::PPFSignature,
^
I just follow the step of the quick start, why this error happen
The text was updated successfully, but these errors were encountered: