Skip to content

Commit

Permalink
Fix a link in spawn_urdf.md (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuray-dev authored Jul 25, 2024
1 parent 6d32523 commit f6c4a71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion citadel/spawn_urdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have a `xacro` representation of a robot model, you can turn the `xacro`

## Spawning the URDF

To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8.1/classignition_1_1msgs_1_1EntityFactory.html) message type.
To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8/classignition_1_1msgs_1_1EntityFactory.html) message type.

Start by launching an empty world in Gazebo Sim:
```bash
Expand Down
2 changes: 1 addition & 1 deletion dome/spawn_urdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have a `xacro` representation of a robot model, you can turn the `xacro`

## Spawning the URDF

To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8.1/classignition_1_1msgs_1_1EntityFactory.html) message type.
To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8/classignition_1_1msgs_1_1EntityFactory.html) message type.

Start by launching an empty world in Gazebo Sim:
```bash
Expand Down
2 changes: 1 addition & 1 deletion edifice/spawn_urdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have a `xacro` representation of a robot model, you can turn the `xacro`

## Spawning the URDF

To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8.1/classignition_1_1msgs_1_1EntityFactory.html) message type.
To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8/classignition_1_1msgs_1_1EntityFactory.html) message type.

Start by launching an empty world in Gazebo Sim:
```bash
Expand Down
2 changes: 1 addition & 1 deletion fortress/spawn_urdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you have a `xacro` representation of a robot model, you can turn the `xacro`

## Spawning the URDF

To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8.1/classignition_1_1msgs_1_1EntityFactory.html) message type.
To spawn a URDF model in Gazebo Sim, we will start a world and make use of the world's `create` service, which uses the [EntityFactory](https://gazebosim.org/api/msgs/8/classignition_1_1msgs_1_1EntityFactory.html) message type.

Start by launching an empty world in Gazebo Sim:
```bash
Expand Down

0 comments on commit f6c4a71

Please sign in to comment.