Skip to content

Commit

Permalink
added link to docs contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 24, 2024
1 parent f875708 commit f58c653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This examples shows how to simulate ranges of 100 Velodyne VLP-16 sensor using E
namespace rm = rmagine;
```
The following code loads a map "my_mesh.ply" and simulates 100 Velodyne VLP-16 scans from certain predefined poses. Hits and Ranges are chosen as return attributes.
The following code loads a map "my_mesh.ply" and simulates 100 Velodyne VLP-16 scans from certain predefined poses. Hits and Ranges are chosen as intersection attributes.
```c++
// loading a map from disk
Expand Down Expand Up @@ -134,10 +134,10 @@ Please reference the following papers when using the Rmagine library in your sci
- [RMCL](https://github.com/uos/rmcl)
- [radarays_ros](https://github.com/uos/radarays_ros)


## Contributions

We are open to all contributions. These can be issues, pull requests or feedback that help us to improve this OpenSource project.
We welcome contributions of all kinds, including issues, pull requests, and feedback, to help us enhance this OpenSource project.
If you'd like to enhance the [documentation](https://uos.github.io/rmagine_docs/), whether by fixing spelling errors or adding examples, don't hesitate to submit issues or pull requests in the repository at https://github.com/uos/rmagine_docs.

## Build Status

Expand Down

0 comments on commit f58c653

Please sign in to comment.