location
This commit is contained in:
		
							parent
							
								
									4014d1f983
								
							
						
					
					
						commit
						b8b49de7ce
					
				
							
								
								
									
										1
									
								
								.catkin_workspace
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.catkin_workspace
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					# This file currently only serves to mark the location of a catkin workspace for tool integration
 | 
				
			||||||
							
								
								
									
										23
									
								
								.vscode/c_cpp_properties.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.vscode/c_cpp_properties.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "configurations": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "browse": {
 | 
				
			||||||
 | 
					        "databaseFilename": "${default}",
 | 
				
			||||||
 | 
					        "limitSymbolsToIncludedHeaders": false
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "includePath": [
 | 
				
			||||||
 | 
					        "/home/cmrt/ws_livox/devel/include/**",
 | 
				
			||||||
 | 
					        "/opt/ros/noetic/include/**",
 | 
				
			||||||
 | 
					        "/home/cmrt/ws_livox/src/FAST_LIO/include/**",
 | 
				
			||||||
 | 
					        "/home/cmrt/ws_livox/src/FAST_LIO_LOCALIZATION/include/**",
 | 
				
			||||||
 | 
					        "/usr/include/**"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
 | 
					      "name": "ROS",
 | 
				
			||||||
 | 
					      "intelliSenseMode": "gcc-x64",
 | 
				
			||||||
 | 
					      "compilerPath": "/usr/bin/gcc",
 | 
				
			||||||
 | 
					      "cStandard": "gnu11",
 | 
				
			||||||
 | 
					      "cppStandard": "c++14"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "version": 4
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										10
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "python.autoComplete.extraPaths": [
 | 
				
			||||||
 | 
					        "/home/cmrt/ws_livox/devel/lib/python3/dist-packages",
 | 
				
			||||||
 | 
					        "/opt/ros/noetic/lib/python3/dist-packages"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "python.analysis.extraPaths": [
 | 
				
			||||||
 | 
					        "/home/cmrt/ws_livox/devel/lib/python3/dist-packages",
 | 
				
			||||||
 | 
					        "/opt/ros/noetic/lib/python3/dist-packages"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -53,7 +53,7 @@ find_package(catkin REQUIRED COMPONENTS
 | 
				
			|||||||
  tf
 | 
					  tf
 | 
				
			||||||
  livox_ros_driver2		# <-修改这里
 | 
					  livox_ros_driver2		# <-修改这里
 | 
				
			||||||
  message_generation
 | 
					  message_generation
 | 
				
			||||||
  eigen_conversions
 | 
					  genmsg
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
find_package(Eigen3 REQUIRED)
 | 
					find_package(Eigen3 REQUIRED)
 | 
				
			||||||
 | 
				
			|||||||
@ -54,6 +54,7 @@ find_package(catkin REQUIRED COMPONENTS
 | 
				
			|||||||
  livox_ros_driver2
 | 
					  livox_ros_driver2
 | 
				
			||||||
  message_generation
 | 
					  message_generation
 | 
				
			||||||
  eigen_conversions
 | 
					  eigen_conversions
 | 
				
			||||||
 | 
					  fast_lio
 | 
				
			||||||
  genmsg
 | 
					  genmsg
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	<rosparam command="load" file="$(find fast_lio_localization)/config/mid360.yaml" />
 | 
						<rosparam command="load" file="$(find fast_lio_localization)/config/mid360.yaml" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<param name="feature_extract_enable" type="bool" value="0"/>
 | 
						<param name="feature_extract_enable" type="bool" value="1"/>
 | 
				
			||||||
	<param name="point_filter_num" type="int" value="3"/>
 | 
						<param name="point_filter_num" type="int" value="3"/>
 | 
				
			||||||
	<param name="max_iteration" type="int" value="3" />
 | 
						<param name="max_iteration" type="int" value="3" />
 | 
				
			||||||
	<param name="filter_size_surf" type="double" value="0.5" />
 | 
						<param name="filter_size_surf" type="double" value="0.5" />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user