You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapts FAQ section in docs with Isaac Sim open-sourcing (isaac-sim#3105)
# Description
Some of the information in FAQ is now outdated since Isaac Sim is
open-sourced. This MR removes that part but also adds more explaination
on the goals of Isaac Lab.
## Type of change
- This change requires a documentation update
## Checklist
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
---------
Signed-off-by: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: ooctipus <zhengyuz@nvidia.com>
Copy file name to clipboardExpand all lines: docs/index.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Isaac lab is developed with specific robot assets that are now **Batteries-inclu
33
33
- **Humanoids**: Unitree H1, Unitree G1
34
34
- **Quadcopter**: Crazyflie
35
35
36
-
The platform is also designed so that you can add your own robots! please refer to the
36
+
The platform is also designed so that you can add your own robots! Please refer to the
37
37
:ref:`how-to` section for details.
38
38
39
39
For more information about the framework, please refer to the `paper <https://arxiv.org/abs/2301.04195>`_
@@ -48,12 +48,13 @@ For more information about the framework, please refer to the `paper <https://ar
48
48
License
49
49
=======
50
50
51
-
The Isaac Lab framework is open-sourced under the BSD-3-Clause license.
52
-
Please refer to :ref:`license` for more details.
51
+
The Isaac Lab framework is open-sourced under the BSD-3-Clause license,
52
+
with certain parts under Apache-2.0 license. Please refer to :ref:`license` for more details.
53
53
54
54
Acknowledgement
55
55
===============
56
-
Isaac Lab development initiated from the `Orbit <https://isaac-orbit.github.io/>`_ framework. We would appreciate if you would cite it in academic publications as well:
56
+
Isaac Lab development initiated from the `Orbit <https://isaac-orbit.github.io/>`_ framework.
57
+
We would appreciate if you would cite it in academic publications as well:
0 commit comments