Skip to content

Documentation #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
<img src="./images/Logo-ROS_2-Main.jpg" alt="../images/Logo-ROS_2-Main.jpg" height="100"/> <img src="./images/ferris.jpg" alt="../images/ferris.jpg" height="100"/>
# examples
Example packages for ros2-rust
The aim of this project is to familiarise people with the [Ros2](https://docs.ros.org)
[Rust](https://www.rust-lang.org/) api -
[rclrs](https://github.com/ros2-rust/ros2_rust) - and at the same time to provide more and more application examples for it. Certain nodes are offered in separate packages to create a more relaxed experience for the user and to better address different topics.
## Getting started
Before you can do anything with this project, you first have to install a few dependencies. Please follow the [installation process](https://github.com/ros2-rust/ros2_rust/blob/main/README.md) provided by the ros2-rust main repository.
Once you've successfully installed Ros2 and ros2-rust, you need to load this project into your `workspace/src`:
```
git clone https://github.com/ros2-rust/examples.git /path/to/your/workspace/src/
```
Then you'll need to compile your workspace with and source the ros2 installation with:
```
cd WORKSPACE
colcon build
source install/setup.bash
```
Then you'll be able to run some nodes!
Binary file added images/Logo-ROS_2-Main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ferris.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.