Skip to content

Commit

Permalink
Merge pull request #39 from iscumd/path_tracking
Browse files Browse the repository at this point in the history
Path tracking integration
  • Loading branch information
bddidona authored Mar 2, 2019
2 parents 3d160d2 + d173955 commit 6dbd85d
Show file tree
Hide file tree
Showing 144 changed files with 64,769 additions and 202 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ CATKIN_IGNORE


# VS Code files
.vscode
.vscode

# Clion files
cmake-build-debug
.idea
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "path_tracking/external/pure_pursuit"]
path = path_tracking/external/pure_pursuit
url = https://github.com/iscumd/pure_pursuit
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Yeti2019
Yeti X: Ka-plow!

## For Simulation!!

0. Make sure you build the Yeti2019 repo beforehand, according to the instructions below
1. Update your Gazebo Version. (http://gazebosim.org/tutorials?cat=install&tut=install_ubuntu&ver=7.0#Alternativeinstallation:step-by-step)
2. `sudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo-ros-control`
3. `cd catkin_ws`
4. `source devel/setup.bash`
5. `roslaunch yeti_snowplow start_simulation.launch`


## Building the Repo
1. Download and build [iscumd/SharedROSNodes](https://github.com/iscumd/SharedROSNodes) (follow the instructions on that page)
2. Open a console and source your catkin workspace if you haven't already
3. Change directory to `your_catkin_workspace/src` if you haven't already.
Expand Down
20 changes: 0 additions & 20 deletions ZenithLocalization/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions ZenithLocalization/launch/VizO_Only.launch

This file was deleted.

27 changes: 0 additions & 27 deletions ZenithLocalization/launch/Zed16h5TagSingleI.launch

This file was deleted.

3 changes: 0 additions & 3 deletions ZenithLocalization/msg/AprilTagDetection.msg

This file was deleted.

1 change: 0 additions & 1 deletion ZenithLocalization/msg/AprilTagDetectionArray.msg

This file was deleted.

58 changes: 0 additions & 58 deletions ZenithLocalization/package.xml

This file was deleted.

29 changes: 29 additions & 0 deletions control_publisher/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions control_publisher/.idea/control_publisher.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions control_publisher/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions control_publisher/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions control_publisher/.idea/serialmonitor_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6dbd85d

Please sign in to comment.