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

adding my new project-create ros-speech-command-node.yml #4653

Closed
12 changes: 12 additions & 0 deletions _data/projects/ros-speech-command-node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: tell_your_motor_speed
desc: A ROS1 node that uses a TensorFlow model to recognize speech commands and then send a signal to Arduino which uses PID control to apply a corresponding speed to a DC motor
site: https://github.com/Abdallah-Hesham99/tell_your_motor_speed
tags:
- pid_control
- ros_noetic
- tensorflow
- deep_learning
Comment on lines +6 to +9
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make these tags searchable, we standardize on these set of characters:

  - _data/projects/ros-speech-command-node.yml:
    - Tag 'pid_control' contains invalid characters. Allowed characters: a-z, 0-9, +, #, . or -
    - Tag 'ros_noetic' contains invalid characters. Allowed characters: a-z, 0-9, +, #, . or -
    - Tag 'deep_learning' contains invalid characters. Allowed characters: a-z, 0-9, +, #, . or -

upforgrabs:
name: up for grabs
link: https://github.com/Abdallah-Hesham99/tell_your_motor_speed/labels/up%20for%20grabs
Loading