# sine_generator **Repository Path**: raysworld/sine_generator ## Basic Information - **Project Name**: sine_generator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sine generator (ROS version) ### Requirements - Ubuntu 18.04/20.04 LTS - ROS melodic/neotic ### How to use 1. Create a catkin workspace on your local storage, e.g. `$HOME/robot_ws` ```shell cd $HOME mkdir robot_ws ``` 2. Clone this repository to the `src` folder inside the catkin workspace ```shell mkdir $HOME/robot_ws/src git clone https://gitee.com/raysworld/sine_generator.git ``` 3. `catkin_make` this repository ```shell cd $HOME/robot_ws catkin_make ```