Skip to content

Commit 416e345

Browse files
committed
New readme and more deps
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent 59e51cb commit 416e345

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

dependencies.repos

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ repositories:
33
type: git
44
url: https://github.com/ANYbotics/grid_map.git
55
version: humble
6-
6+
ThirdParty/lidarslam_ros2:
7+
type: git
8+
url: https://github.com/fmrico/lidarslam_ros2.git
9+
version: summit-xl

local_navigation/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# local_navigation
2+
3+
This package contains our work about traversity
4+
5+
### How to run:
6+
7+
1. In terminal 1 play a rosbag:
8+
9+
```
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

Comments
 (0)