This commit is contained in:
hara 2024-11-19 20:23:27 +08:00
parent 4014d1f983
commit b8b49de7ce
6 changed files with 37 additions and 2 deletions

1
.catkin_workspace Normal file
View 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
View 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
View 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"
]
}

View File

@ -53,7 +53,7 @@ find_package(catkin REQUIRED COMPONENTS
tf
livox_ros_driver2 # <-
message_generation
eigen_conversions
genmsg
)
find_package(Eigen3 REQUIRED)

View File

@ -54,6 +54,7 @@ find_package(catkin REQUIRED COMPONENTS
livox_ros_driver2
message_generation
eigen_conversions
fast_lio
genmsg
)

View File

@ -5,7 +5,7 @@
<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="max_iteration" type="int" value="3" />
<param name="filter_size_surf" type="double" value="0.5" />