pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Simple ROS2 turtlesim example

Run this in two terminals.
```shell
pixi run start
```
And
```shell
pixi run teleop
```

It is also possible to start a shell in the environment.
There you can run any of the commands available in the environment.
```shell
pixi shell
ros2 topic echo /turtle1/cmd_vel
```