Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FAST_LIO
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ ros2 run teleop_twist_keyboard teleop_twist_keyboard
```

ros2 service call /trigger_service std_srvs/srv/SetBool "{data: true}"

重定位
ros2 launch fast_lio localization_mid360.launch.py map:=path/test.pcd use_sim_time:=true
然后通过rviz2的 2D pose Estimate发布估计位置
观察 /global_map_viz与 /cur_scan_in_map关系是否正确即可
2 changes: 1 addition & 1 deletion livox_ros_driver2
55 changes: 0 additions & 55 deletions map_pub/CMakeLists.txt

This file was deleted.

23 changes: 0 additions & 23 deletions map_pub/package.xml

This file was deleted.

89 changes: 0 additions & 89 deletions map_pub/src/map_pub.cpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def get_world_config(world_type):
},
WorldType.RMUL: {
'x': '4.3',
'y': '3.35',
# 'y': '3.35',
'y': '5.0',
'z': '1.16',
'yaw': '0.0',
'world_path': 'RMUL2024_world/RMUL2024_world.world'
Expand Down
138 changes: 0 additions & 138 deletions robot-relocalization/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions robot-relocalization/cmake/Findgpu_bbs3d.cmake

This file was deleted.

32 changes: 0 additions & 32 deletions robot-relocalization/cmake/test_cuda_runtime.cpp

This file was deleted.

Loading