ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

[Autoware] Warning: conflichts with parent parameter

asked 2020-03-03 10:28:57 -0500

jester gravatar image

updated 2020-03-09 04:31:15 -0500

When launching

roslaunch lidar_kf_contour_track lidar_kf_contour_track.launch

then I get this warnings:

WARNING: parameter [/lidar_kf_contour_track/polygon_quarters] conflicts with parent parameter [/lidar_kf_contour_track] WARNING:

parameter [/lidar_kf_contour_track/polygon_resolution] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/tracking_type] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/max_association_distance] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/max_association_size_diff] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/max_remeber_time] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter

process[lidar_kf_contour_track-1]: started with pid [24093] Region No: 1, Radius: 10, F time: 2 Region No: 2, Radius: 18, F time: 1.5 Region No: 3, Radius: 32.4, F time: 1.125 Region No: 4, Radius: 58.32, F time: 0.84375 Region No: 5, Radius: 104.976, F time:
0.632812 Region No: 6, Radius: 188.957, F time: 0.474609 Region No: 7, Radius: 200, F time: 0.355957 [/lidar_kf_contour_track/trust_counter] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/enableSimulationMode] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/enableStepByStepMode] conflicts with parent parameter [/lidar_kf_contour_track] WARNING: parameter [/lidar_kf_contour_track/vector_map_filter_distance] conflicts with parent parameter [/lidar_kf_contour_track] WARNING:

parameter [/lidar_kf_contour_track/enableLogging] conflicts with parent parameter [/lidar_kf_contour_track]

Can I ignore this warnings?

I use ubuntu 18, ros melodic, autoware 12

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-03-12 22:32:29 -0500

Josh Whitley gravatar image

This appears to be either a bug in the launch file or a problem with your environment conflicting with the launch of this node. Before you launch the node, run rosparam list and see if a parameter called /lidar_kf_contour_track already exists in the global parameter server. If it does, that's where the errors are coming from (the launch file looks fine). Also make sure you aren't using the Autoware Runtime Manager at the same time as using launch files as these can cause conflicts. You must use one or the other.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-03-03 10:28:57 -0500

Seen: 350 times

Last updated: Mar 12 '20