We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e51cb commit 416e345Copy full SHA for 416e345
2 files changed
dependencies.repos
@@ -3,4 +3,7 @@ repositories:
3
type: git
4
url: https://github.com/ANYbotics/grid_map.git
5
version: humble
6
-
+ ThirdParty/lidarslam_ros2:
7
+ type: git
8
+ url: https://github.com/fmrico/lidarslam_ros2.git
9
+ version: summit-xl
local_navigation/README.md
@@ -0,0 +1,25 @@
1
+# local_navigation
2
+
+This package contains our work about traversity
+### How to run:
+1. In terminal 1 play a rosbag:
+```
10
+ros2 bag play rosbags/trial_0 --clock -p
11
12
13
+2. In terminal 2 launch the nodes:
14
15
+(Remember to check remaps in launcher, this is for Summit XL)
16
17
18
+ros2 launch local_navigation local_navigation.launch.py
19
20
21
+3. In terminal 2 visualize:
22
23
24
+ros2 run rviz2 rviz2 --ros-args -p use_sim_time:=true
25
0 commit comments