Skip to content
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

fix readme #3

Merged
merged 1 commit into from
Aug 22, 2024
Merged
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Just as a turtle nest is the birthplace for young turtles, ROS 2 Turtle Nest is
Turtle Nest provides an easy graphical user interface for creating new ROS packages, simplifying the package creation process.

<h2>Why to use Turtle Nest over 'ros2 pkg create' CLI?</h2>
* **Easy to use** - no need to dig through the ROS 2 documentation for the right commands or manually add things to CMakeLists.txt or setup.py.
* **Create C++ and/or Python nodes** - which are ready for further development.
* **Automatically adds necessary dependencies** - rclpy, rclcpp, and std_msgs.
* **Option to create a launch file** - that launches the created node.
* **Supports both C++ and Python** - in a single package.
* **Naming conventions enforced** - no more failing builds due to incorrect package or node names.
* **Remembers the important details** - workspace path, maintainer name, and maintainer email for the future packages.
* **And more!**
- **Easy to use** - no need to dig through the ROS 2 documentation for the right commands or manually add things to CMakeLists.txt or setup.py.
- **Create C++ and/or Python nodes** - which are ready for further development.
- **Automatically adds necessary dependencies** - rclpy, rclcpp, and std_msgs.
- **Option to create a launch file** - that launches the created node.
- **Supports both C++ and Python** - in a single package.
- **Naming conventions enforced** - no more failing builds due to incorrect package or node names.
- **Remembers the important details** - workspace path, maintainer name, and maintainer email for the future packages.
- **And more!**

<h2>Installation</h2>

Expand Down
Binary file modified images/screenshot_p1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot_p2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot_p3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.