Skip to content

Commit

Permalink
[Misc] rename in readme and mprocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaybavle committed Jun 3, 2024
1 parent 3984138 commit 23e68c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .real_mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ procs:
autostart: true
stop: SIGINT
s_graphs:
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && ros2 launch lidar_s_graphs s_graphs_launch.py compute_odom:=false env:=real"'
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && ros2 launch lidar_situational_graphs s_graphs_launch.py compute_odom:=false env:=real"'
autostart: true
rviz:
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && rviz2 -d ~/workspaces/s_graphs/s_graphs/rviz/s_graphs_ros2.rviz"'
Expand Down
2 changes: 1 addition & 1 deletion .virtual_mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ procs:
autostart: true
stop: SIGINT
s_graphs:
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && ros2 launch lidar_s_graphs s_graphs_launch.py compute_odom:=true env:=sim"'
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && ros2 launch lidar_situational_graphs s_graphs_launch.py compute_odom:=true env:=sim"'
autostart: true
rviz:
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && rviz2 -d ~/workspaces/s_graphs/s_graphs/rviz/s_graphs_ros2.rviz"'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<h1>LiDAR S-Graphs</h1>

<a href="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/foxy_build.yaml"><img src="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/foxy_build.yaml/badge.svg" /></a>
<a href="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/humble_build.yaml"><img src="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/humble_build.yaml/badge.svg" /></a>
<a href="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/iron_build.yaml"><img src="https://github.com/snt-arg/lidar_s_graphs/actions/workflows/iron_build.yaml/badge.svg" /></a>
<a href="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/foxy_build.yaml"><img src="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/foxy_build.yaml/badge.svg" /></a>
<a href="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/humble_build.yaml"><img src="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/humble_build.yaml/badge.svg" /></a>
<a href="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/iron_build.yaml"><img src="https://github.com/snt-arg/lidar_situational_graphs/actions/workflows/iron_build.yaml/badge.svg" /></a>

</div>

Expand Down Expand Up @@ -94,7 +94,7 @@ mkdir -p $HOME/workspaces && cd $HOME/workspaces
3. Clone the S-Graphs repository into the created workspace

```bash
git clone git@github.com:snt-arg/lidar_s_graphs.git -b feature/ros2 s_graphs
git clone git@github.com:snt-arg/lidar_situational_graphs.git -b feature/ros2 s_graphs
```

> [!IMPORTANT]
Expand Down Expand Up @@ -142,7 +142,7 @@ mkdir -p $HOME/workspaces/s_graphs_ros1_ws/src && cd $HOME/workspaces/s_graphs_r
2. Clone the S-Graphs repository into the created workspace

```bash
git clone git@github.com:snt-arg/lidar_s_graphs.git -b feature/ros2 s_graphs
git clone git@github.com:snt-arg/lidar_situational_graphs.git -b feature/ros2 s_graphs
```

3. Install required dependencies using `vcstool`
Expand Down Expand Up @@ -187,7 +187,7 @@ mkdir -p $HOME/workspaces && cd $HOME/workspaces
2. Change directory to where Dockerfile is located in `s_graphs`

```sh
git clone git@github.com:snt-arg/lidar_s_graphs.git -b feature/ros2 s_graphs && cd $HOME/workspaces/s_graphs/docker/foxy_noetic
git clone git@github.com:snt-arg/lidar_situational_graphs.git -b feature/ros2 s_graphs && cd $HOME/workspaces/s_graphs/docker/foxy_noetic
```

3. Build image
Expand Down

0 comments on commit 23e68c9

Please sign in to comment.