mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
README: fix typo
This commit is contained in:
parent
480081a2e8
commit
0d08ceef8b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
|
|||
With [Flakes enabled][flake], the equivalent of the above is:
|
||||
```
|
||||
nix develop github:lopsided98/nix-ros-overlay#example-turtlebot3-gazebo
|
||||
# Then use roslaunch comamnds as above
|
||||
# Then use roslaunch commands as above
|
||||
```
|
||||
|
||||
[flake]: https://nixos.wiki/wiki/Flakes#Enable_flakes
|
||||
|
@ -83,4 +83,4 @@ This means all the system dependencies of `<package>` were available, so its Nix
|
|||
|
||||
**Q: Why do some packages fail to build?**
|
||||
|
||||
There are thousands of ROS packages, so it is infeasible to make sure every package builds. I generally aim to keep at least 80-90% of the packages in a distribution successfully building, but this percentage tends to decrease as distributions get older and develop incompatibilities with newer software. If a package you need does not build, please open an issue or try to fix it yourself. In many cases, build failures occur due to bugs in the packages themselves, and should be fixed upstream. In other cases, overrides may need to be added to this overlay to fix the auto-generated expressions.
|
||||
There are thousands of ROS packages, so it is infeasible to make sure every package builds. I generally aim to keep at least 80-90% of the packages in a distribution successfully building, but this percentage tends to decrease as distributions get older and develop incompatibilities with newer software. If a package you need does not build, please open an issue or try to fix it yourself. In many cases, build failures occur due to bugs in the packages themselves, and should be fixed upstream. In other cases, overrides may need to be added to this overlay to fix the auto-generated expressions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue