Skip to content

Commit

Permalink
Trying to make robot move
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 31, 2024
1 parent 889e961 commit 28a63b2
Show file tree
Hide file tree
Showing 52 changed files with 2,607 additions and 1 deletion.
55 changes: 54 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,57 @@ cython_debug/
!crates/ruff_python_resolver/resources/test/airflow/venv/
!crates/ruff_python_resolver/resources/test/airflow/venv/lib
!crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/_watchdog_fsevents.cpython-311-darwin.so
!crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/orjson.cpython-311-darwin.so
!crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/orjson.cpython-311-darwin.so

# ROS gitignore
devel/
logs/
build/
bin/
lib/
msg_gen/
srv_gen/
msg/*Action.msg
msg/*ActionFeedback.msg
msg/*ActionGoal.msg
msg/*ActionResult.msg
msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/

# Generated by dynamic reconfigure
*.cfgc
/cfg/cpp/
/cfg/*.py

# Ignore generated docs
*.dox
*.wikidoc

# eclipse stuff
.project
.cproject

# qcreator stuff
CMakeLists.txt.user

srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user

/planning/cfg
/planning/docs
/planning/src

*~

# Emacs
.#*

# Catkin custom files
CATKIN_IGNORE
5 changes: 5 additions & 0 deletions src/robot/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Robot v1

This is our ROS workspace for the robot facing code. This will allow us to send commands to the robot.

ROS_DOMAIN_ID=0
1 change: 1 addition & 0 deletions src/robot/v1/install/.colcon_install_layout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
isolated
File renamed without changes.
Loading

0 comments on commit 28a63b2

Please sign in to comment.