diff --git a/README.md b/README.md index e0f2001..55ae59a 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# IGVC \ No newline at end of file +# IGVC ROS Package Submission + +Since the ROS package is uploaded as a `.zip` file, follow these steps to extract and set it up: + +```bash +cd ~/ws_turtle/src # Navigate to your ROS workspace +unzip turtle_controller.zip # Extract the package +mv turtle_controller ~/ws_turtle/src/ # Move it to the workspace +cd ~/ws_turtle +colcon build --packages-select turtle_controller +source install/setup.bash +ros2 run turtle_controller teleport_turtle +ros2 run turtle_controller circular_motion diff --git a/ss1.png b/ss1.png new file mode 100644 index 0000000..904f831 Binary files /dev/null and b/ss1.png differ diff --git a/ss2.png b/ss2.png new file mode 100644 index 0000000..25c2bcf Binary files /dev/null and b/ss2.png differ diff --git a/vid1.webm b/vid1.webm new file mode 100644 index 0000000..ac813bf Binary files /dev/null and b/vid1.webm differ diff --git a/vid2.webm b/vid2.webm new file mode 100644 index 0000000..8d3690b Binary files /dev/null and b/vid2.webm differ diff --git a/wsturt.zip b/wsturt.zip new file mode 100644 index 0000000..9eb2c50 Binary files /dev/null and b/wsturt.zip differ