Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 24, 2025
1 parent 0873550 commit d59969a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 🦕 nanosaur Package

<!-- INTRO START -->
[![Discord](https://img.shields.io/discord/797461428646707211)](https://discord.gg/YvxjxEFPkb) [![GitHub Org's stars](https://img.shields.io/github/stars/rnanosaur?style=social)](https://github.com/rnanosaur) [![robo.panther](https://img.shields.io/badge/Follow:-robo.panther-E4405F?style=social&logo=instagram)](https://www.instagram.com/robo.panther/)

**nanosaur** The smallest [NVIDIA Jetson](https://developer.nvidia.com/buy-jetson) dinosaur robot, **open-source**, fully **3D printable**, based on [**ROS 2**](https://www.ros.org/) & [**Isaac ROS**](https://developer.nvidia.com/isaac-ros-gems).
Expand All @@ -15,7 +15,7 @@ Meet nanosaur:
* 🧰 For technical details follow [wiki](https://github.com/rnanosaur/nanosaur/wiki)
* 🐳 nanosaur [Docker hub](https://hub.docker.com/u/nanosaur)
* ⁉️ Something wrong? Open an [issue](https://github.com/rnanosaur/nanosaur/issues)

<!-- INTRO END -->
## Description

Nanosaur is a small, open-source robotic platform designed for educational and research purposes. This package contains all the necessary software to operate and control the Nanosaur robot.
Expand All @@ -38,10 +38,12 @@ Test this package
nanosaur info
```

<!-- FOOTER START -->
## License

* All code is Under license [MIT](LICENSE)

## Contact Information

For any questions or inquiries, please contact us at [raffaello@rnext.it](mailto:raffaello@rnext.it).
<!-- FOOTER END -->
2 changes: 1 addition & 1 deletion src/nanosaur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
__version__ = "0.0.2"

from .utilities import Params, RobotList, Robot, get_nanosaur_home, build_env_file, is_env_file # noqa: F401

from .prompt_colors import TerminalFormatter # noqa: F401
# EOF

0 comments on commit d59969a

Please sign in to comment.