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

Migrate to ROS 2 #177

Open
wants to merge 270 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
270 commits
Select commit Hold shift + click to select a range
533ed59
rocket_league_interface get_parameter and has_parameter transferred t…
T3OTWAWKI Oct 15, 2023
f531a4c
updated clock and time to ros2
T3OTWAWKI Oct 15, 2023
7741c69
started converting ros interface to ROS 2
rtjord Oct 15, 2023
4b8af0b
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
rtjord Oct 15, 2023
8000665
coverted basics of rocket_league_agent
T3OTWAWKI Oct 15, 2023
a17d4f1
converted __init__ file
T3OTWAWKI Oct 15, 2023
670446f
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
rtjord Oct 15, 2023
c934d92
Modified launch files
sixfootsix50 Oct 15, 2023
abed7a5
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 15, 2023
ea5a6d8
converted ros xml files to ros2 python launch
Oct 15, 2023
161e6b0
migrated ros_interface and launch files
rtjord Oct 15, 2023
b962872
Updated rktl_planner launch files
sixfootsix50 Oct 15, 2023
21f6c34
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
jcrm1 Oct 15, 2023
183a456
partial update of rocket_league_sim.launch.py
jcrm1 Oct 15, 2023
88e2cbe
migrating plotter
varans27 Oct 15, 2023
66e0386
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 15, 2023
6f27303
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
varans27 Oct 15, 2023
189d201
changed python source code, converted rospy commands to rclpy
SeanR104 Oct 15, 2023
2b66266
Completed rocket_league_sim.launch.py
jcrm1 Oct 19, 2023
d880c47
Updated simple_agent.launch.py
sixfootsix50 Oct 19, 2023
001db9a
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 19, 2023
bb96ea0
copied over 2 tests from original
T3OTWAWKI Oct 19, 2023
3762a33
changed rospy stuff
SeanR104 Oct 19, 2023
0dad608
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
SeanR104 Oct 19, 2023
f421cdd
Added new python launch files, still need to fix camera launch
zakolano Oct 19, 2023
4523162
rospy subscription fixes
SeanR104 Oct 19, 2023
e351765
changes to simulator
SeanR104 Oct 19, 2023
ba61fd7
Started replacing ros1 commands with ros2
sixfootsix50 Oct 22, 2023
04c51b4
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 22, 2023
0be6695
copied over include files needed for .cpp files, created src/ folder …
kowals14 Oct 22, 2023
ab6dfe1
fix rocket_league.launch.py
jcrm1 Oct 22, 2023
778e7c2
added updated CMakeLists.txt and package.xml
kowals14 Oct 22, 2023
03b2015
Added transformations.py and implemented its methods
sixfootsix50 Oct 22, 2023
377ed98
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 22, 2023
aa28a84
Added Licensing information
sixfootsix50 Oct 22, 2023
550218b
stepnode
varans27 Oct 22, 2023
aef5069
Finish migrating rktl_launch
jcrm1 Oct 22, 2023
f5d3525
Added angles external file
sixfootsix50 Oct 22, 2023
c286a3e
Updated rospy commands to rclpy equivilants
sixfootsix50 Oct 22, 2023
4b19d3b
updated launch files
rtjord Oct 22, 2023
fb9f371
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
jcrm1 Oct 22, 2023
c56c568
changed rospy to use rclpy instead
SeanR104 Oct 22, 2023
93d9b3c
updated test_step_node
rtjord Oct 22, 2023
8cfc89c
Changed file type of bezier_path_server to .py
sixfootsix50 Oct 22, 2023
a5679b6
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 22, 2023
dc119be
Replaced rospy commands with rclpy equivilants
sixfootsix50 Oct 22, 2023
9ef26c5
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
SeanR104 Oct 22, 2023
7ffd95c
Fixed import statements
sixfootsix50 Oct 22, 2023
a2f4cb2
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Oct 22, 2023
43c19ba
attempted to change import statements
SeanR104 Oct 22, 2023
8985d5c
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
SeanR104 Oct 22, 2023
2ed50df
Changed the first 3 cpp files into rclcpp
zakolano Oct 22, 2023
3191718
Updated focus_vis files
kowals14 Nov 5, 2023
12f3ac8
working on errors in plotter
T3OTWAWKI Nov 5, 2023
bd337c5
Migrate rktl_msgs
jcrm1 Nov 5, 2023
0bcc053
added import for duration in test_step_node
T3OTWAWKI Nov 5, 2023
b5a4a10
Hopefully finished launch files
zakolano Nov 5, 2023
c707e32
Merge branch 'migrate_perception' of https://github.com/purdue-arc/ro…
zakolano Nov 9, 2023
c89bff5
Revert "Hopefully finished launch files"
zakolano Nov 9, 2023
769f8ca
Worked on interface and test errors
T3OTWAWKI Nov 9, 2023
9bbd1da
Created rktl_dependencies package
sixfootsix50 Nov 9, 2023
98e9b0a
Revert "Hopefully finished launch files"
zakolano Nov 9, 2023
707ae0f
Merge branch 'migrate_perception' of https://github.com/purdue-arc/ro…
zakolano Nov 9, 2023
6198763
Updated dependencies license info
sixfootsix50 Nov 9, 2023
e9f4a02
fixed duration in test_step_node.py
rtjord Nov 9, 2023
2b5b156
making real progress on get_parameter for rocket_league_interface.py
T3OTWAWKI Nov 9, 2023
5838a22
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
T3OTWAWKI Nov 9, 2023
0304210
Updated import statements
sixfootsix50 Nov 9, 2023
613d12e
fixed get parameter
rtjord Nov 12, 2023
e880f5b
finished all get parameters for rocket_league_interface
T3OTWAWKI Nov 12, 2023
b5fac24
Cleanup
jcrm1 Nov 12, 2023
a3b0bcd
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
jcrm1 Nov 12, 2023
00c1501
Updated file structure of rktl_planner
sixfootsix50 Nov 12, 2023
2177ce4
fixed durations
rtjord Nov 12, 2023
e42395e
small edits in rl interface
T3OTWAWKI Nov 12, 2023
282d6c2
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
T3OTWAWKI Nov 12, 2023
57f195c
fixed list parameters
rtjord Nov 12, 2023
7d4637a
Merge branch 'autonomy_migration' of github.com:purdue-arc/rocket_lea…
T3OTWAWKI Nov 12, 2023
7d5571e
Finish migrating sim
jcrm1 Nov 12, 2023
63fd225
test_step_node reset callback
rtjord Nov 12, 2023
0a0b4e7
partial migrate rktl_game
jcrm1 Nov 12, 2023
081169b
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
jcrm1 Nov 12, 2023
edc170e
- Created ROS2 Package rktl_control2
DinoSage Nov 12, 2023
b27b06e
Updated Node Files
zakolano Nov 12, 2023
98debd9
copy migrated rktl_sim from ros-2-sim
jcrm1 Nov 12, 2023
e591484
game_manager start
T3OTWAWKI Nov 12, 2023
9f7d575
Added color_picker_launch
zakolano Nov 12, 2023
174d202
Updated rktl_sim file structure and updated rospy statements
sixfootsix50 Nov 12, 2023
e3fcac5
Updated rktl_sim file layout
sixfootsix50 Nov 12, 2023
d1a864d
Moved nodes folder
sixfootsix50 Nov 12, 2023
4502794
Revert "partial migrate rktl_game"
jcrm1 Nov 12, 2023
7b077cf
Moved nodes folder
sixfootsix50 Nov 12, 2023
ca905a3
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
jcrm1 Nov 12, 2023
b9a3328
migrated .cpp files and their respective .h files
kowals14 Nov 12, 2023
31ea08e
Merge pull request #176 from purdue-arc/ros-2-sim
jcrm1 Nov 12, 2023
126e473
working on game manager
T3OTWAWKI Nov 12, 2023
53b9cda
Merge pull request #173 from purdue-arc/autonomy_migration
jcrm1 Nov 12, 2023
5397e8f
migrated .h files missing from last commit
kowals14 Nov 12, 2023
7e53710
working on game_manager
T3OTWAWKI Nov 12, 2023
d072601
Updated duration commands to use rclpy.create_rate()
sixfootsix50 Nov 12, 2023
d92a5d9
Merge branch 'ros-2-sim-magic' of github.com:purdue-arc/rocket_league…
sixfootsix50 Nov 12, 2023
b873503
Revert "Revert "partial migrate rktl_game""
jcrm1 Nov 12, 2023
ad398d1
undid some of the revert that I did earlier
zakolano Nov 12, 2023
1e86ebc
game_manager
T3OTWAWKI Nov 12, 2023
cf9c3a1
fixed pose_to_tf
zakolano Nov 12, 2023
761dc2d
Help
jcrm1 Nov 12, 2023
4905d25
Heeeelp
jcrm1 Nov 12, 2023
0bc5893
- Migrated Controller Node
DinoSage Nov 12, 2023
b92eefb
- Migrated keyboard_interface.py
DinoSage Nov 12, 2023
6f51338
updated rktl_autonomy file structure
SeanR104 Nov 16, 2023
d7ebdf1
Updated rktl_launch file structure
sixfootsix50 Nov 16, 2023
3f41165
launch files converted into python files
DinoSage Jan 27, 2024
f9fc157
Launch dir added, controller.py and keyboard_interface.py converted t…
DinoSage Jan 27, 2024
91c3b81
Updated ros functions to ros2
sixfootsix50 Jan 28, 2024
22bdf3f
changed import statements
SeanR104 Jan 28, 2024
68d7dc0
Merge branch 'ros-2-sim-magic' of https://github.com/purdue-arc/rocke…
SeanR104 Jan 28, 2024
437d57d
added config files, rviz, and scripts
kowals14 Jan 28, 2024
f5d38c0
updated directory names, rktl_perception is now the migrated directory
kowals14 Jan 28, 2024
5458350
all control python nodes/scripts done, scripts folder left alone in ROS1
DinoSage Feb 3, 2024
585c2a8
fixed nodes, copied test python files, still need to fix ALL test pyt…
DinoSage Feb 3, 2024
7dc06e1
Merge pull request #172 from purdue-arc/migrate_perception
jcrm1 Feb 4, 2024
6c23997
Merge branch 'ros-2-sim-magic' into ros-2-complete
jcrm1 Feb 4, 2024
360d739
fixed rclpy.ok()
zakolano Feb 4, 2024
2e3a9b1
added dependencies, game, launch, msgs, perception, and planner to src
rtjord Feb 4, 2024
f258cbe
moved folders into src
rtjord Feb 4, 2024
785e36c
control2 package /test direction fixed
DinoSage Feb 4, 2024
5503fda
Merge branch 'migrate_control' into ros-2-complete
jcrm1 Feb 4, 2024
218ec1c
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 4, 2024
17a642c
moved control into src and removed ros1 folders outside of source
rtjord Feb 4, 2024
6e9fccd
Delete log directory
jcrm1 Feb 4, 2024
865418f
renamed rktl_control2 to rktl_control2
rtjord Feb 4, 2024
3a8da0c
Added pfilter Dependency
sixfootsix50 Feb 10, 2024
9a2f547
Finish renaming rktl_control2 to rktl_control
jcrm1 Feb 10, 2024
d85b75e
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 10, 2024
242fdf4
fixed errors in rktl_autonomy
rtjord Feb 10, 2024
6477f66
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Feb 10, 2024
5bbff40
launch files fixed
DinoSage Feb 10, 2024
09513e5
Merge branch 'migrate_control' into ros-2-complete
DinoSage Feb 10, 2024
989da0d
add pointgrey_camera driver (not working)
jcrm1 Feb 10, 2024
fa5fc06
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 10, 2024
4d7dd67
updated cpp files in driver
kowals14 Feb 11, 2024
61ec2d0
Undo bad merge commit
jcrm1 Feb 11, 2024
cfb889c
Updated Import Statements
sixfootsix50 Feb 11, 2024
3987359
Update submodule to latest commit
jcrm1 Feb 11, 2024
955133e
remove submodule
kowals14 Feb 11, 2024
71670d2
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
kowals14 Feb 11, 2024
06b2ce4
Move tmp to not tmp
jcrm1 Feb 11, 2024
0bd7607
removed commented out ROS 1 code
rtjord Feb 11, 2024
e13d8f5
image_proc added
DinoSage Feb 18, 2024
e6270e9
include ros2launch in rktl_launch
jcrm1 Feb 18, 2024
e3e93e2
Changed group namespace
sixfootsix50 Feb 18, 2024
a5b7590
Added visualizer to group action
sixfootsix50 Feb 18, 2024
8fe6322
update all packages to include ros2launch where necessary
jcrm1 Feb 18, 2024
4ff39ff
Updated agent definition
sixfootsix50 Feb 18, 2024
d4eb184
no errors when launching rktl_autonomy
rtjord Feb 24, 2024
a3eaaac
fixing control package more
DinoSage Feb 25, 2024
f66d673
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Feb 25, 2024
018dd25
updated autonomy and sim launch files
rtjord Feb 25, 2024
d8299fa
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Feb 25, 2024
d0477ef
update setup.py to create libexec directory
jcrm1 Feb 25, 2024
0b70021
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 25, 2024
b2bfd76
Added rktl_sim entry points
sixfootsix50 Feb 25, 2024
015df9a
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
sixfootsix50 Feb 25, 2024
b8f8769
fixed filepath errors in launch files
rtjord Feb 25, 2024
7442507
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Feb 25, 2024
36e85c0
copy config and nodes on install for sim
jcrm1 Feb 25, 2024
2d1b62d
fix setup.py in rktl_sim
jcrm1 Feb 25, 2024
438ebbe
fixed launch file bugs
rtjord Feb 25, 2024
e783134
copy config files on install in setup.py and move nodes in sim
jcrm1 Feb 25, 2024
8d36e62
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 25, 2024
a49650b
removed unused import statements from launch files
rtjord Feb 25, 2024
684d43b
fixed ros2_interface missing
DinoSage Feb 25, 2024
9275c73
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Feb 25, 2024
8c2e773
Untested replacement for roslib.message.get_message_class
jcrm1 Feb 25, 2024
8437dcd
Updated setup.py for rktl_planner
sixfootsix50 Feb 27, 2024
0215c21
Changed references in rktl_sim setup.py
sixfootsix50 Feb 27, 2024
1f1f6e3
Fix topic_delay
jcrm1 Feb 27, 2024
94c1e4c
Add brackets to node arguments in launch files
jcrm1 Feb 27, 2024
956f8d2
updated control, autonomy, and planner launch files and fixed path fo…
rtjord Feb 27, 2024
7367f16
Remove .py in entry_points in rktl_planner
jcrm1 Feb 27, 2024
49f63f5
Add .py to nodes in rktl_planner
jcrm1 Feb 27, 2024
d4d90a5
Make classes visible in rktl_planner with __init__.py
jcrm1 Feb 27, 2024
f8a238a
There is a readme now. I don't know where it came from
jcrm1 Feb 27, 2024
a2cd51b
updated control, autonomy, and planner launch files and fixed path fo…
rtjord Feb 27, 2024
f5ce38b
resolved merge conflicts
rtjord Feb 27, 2024
6bb7490
remove anonymous from create_node
jcrm1 Feb 27, 2024
010136d
update global_params.yaml in rktl_launch
jcrm1 Feb 27, 2024
12f6747
correctly format arguments in rocket_league_sim.launch.py
jcrm1 Feb 27, 2024
59bc599
copy rqt perspectives on install
jcrm1 Feb 27, 2024
b6fd362
update config files in rktl_sim
jcrm1 Feb 27, 2024
777f969
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Feb 27, 2024
917c357
Migrate all config files to ros2
jcrm1 Feb 27, 2024
3abe31b
put Node arguments in list
jcrm1 Mar 2, 2024
1d0e31b
EmptyResponse -> Empty_Response
jcrm1 Mar 2, 2024
d7372ce
ensure rktl_sim nodes don't import themselves
jcrm1 Mar 2, 2024
b4bb86f
fixed mean_odom_filter.py
rtjord Mar 2, 2024
5042945
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Mar 2, 2024
55a518c
DurationMsg -> Duration().to_msg()
jcrm1 Mar 2, 2024
d160af0
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Mar 2, 2024
d3e8807
Updated rktl_planner path
sixfootsix50 Mar 2, 2024
056114d
copy nodes on install
jcrm1 Mar 2, 2024
5088eac
fix import errors in planner
jcrm1 Mar 2, 2024
79c1d72
Removed depreciated launchconfigurationequals() methods
sixfootsix50 Mar 2, 2024
87a8e0d
fixed EmptyRequest and EmptyResponse in rktl_planner
T3OTWAWKI Mar 2, 2024
137f460
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
T3OTWAWKI Mar 2, 2024
a215ead
Import errors: Empty_Response and Empty_Request
jcrm1 Mar 2, 2024
c79f647
Updated entry point
sixfootsix50 Mar 2, 2024
101b08d
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
sixfootsix50 Mar 2, 2024
e13b3ca
fixed parameter values
rtjord Mar 2, 2024
f5c4e09
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Mar 2, 2024
0377caf
Fixed rosbridge, still problems with game_manager
zakolano Mar 2, 2024
9b340a5
fixed exception import
rtjord Mar 2, 2024
475a98d
fixed exception import
rtjord Mar 2, 2024
449abab
Removed Entry point
sixfootsix50 Mar 2, 2024
d770223
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
sixfootsix50 Mar 2, 2024
35bbed2
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
zakolano Mar 2, 2024
4f75ad7
fixed srv from planner by moving it to rktl_msgs for the CMake
T3OTWAWKI Mar 2, 2024
d281027
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
T3OTWAWKI Mar 2, 2024
34e1c5e
car.launch.py fixed as well as corresponding nodes controllery.py and…
DinoSage Mar 2, 2024
0ad0b89
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Mar 2, 2024
84bfd2c
i dunno
jcrm1 Mar 2, 2024
214080e
help
zakolano Mar 2, 2024
f3da2d9
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
zakolano Mar 2, 2024
5d6e6f0
fixed bugs in game_manager
rtjord Mar 3, 2024
2ebc722
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
rtjord Mar 3, 2024
c3e21f9
Modified sim_simulator.py
sixfootsix50 Mar 3, 2024
b0ef978
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
sixfootsix50 Mar 3, 2024
a193a29
I have no clue. Old changes from before spring break
jcrm1 Apr 6, 2024
724ed5f
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
jcrm1 Apr 6, 2024
4aa2814
path follower get_parameter fixed
T3OTWAWKI Apr 6, 2024
6593d76
weird minor changes
DinoSage Apr 7, 2024
39c65b1
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Apr 7, 2024
7e1e035
added qos_profile to publisher and subscriber
rtjord Apr 7, 2024
3986b17
fixed merge conflict
rtjord Apr 7, 2024
2538af3
fixed message type (topic_delay) error statically
DinoSage Apr 7, 2024
4c7d2e5
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Apr 7, 2024
44917d7
Fix patrol_planner declare_parameter usage
jcrm1 Apr 7, 2024
baf222b
added return after one instance of destroying node
DinoSage Apr 7, 2024
451d6a1
patrol_planner division by zero fixed
DinoSage Apr 13, 2024
26034d8
Fix path substitution in simple_agent
jcrm1 Apr 13, 2024
03ca0b5
removed a lot of ~
T3OTWAWKI Apr 13, 2024
2c89ff7
add node to spin and add qos_profile to create sub/pub
jcrm1 Apr 14, 2024
95e59e7
rktl_planner fix parameters (maybe) (probably)
jcrm1 Apr 14, 2024
ed3bddb
Partially replaced the get_sim_param method
sixfootsix50 Apr 14, 2024
35e4e36
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
sixfootsix50 Apr 14, 2024
76c51f6
Finished get_sim_param conversion
sixfootsix50 Apr 20, 2024
9f1d954
Global Params Figured Out
DinoSage Apr 20, 2024
d617633
Merge branch 'ros-2-complete' of https://github.com/purdue-arc/rocket…
DinoSage Apr 20, 2024
1824dec
added more nodes form sim_launch
DinoSage Apr 20, 2024
29c6035
visualizer & simulation node added
DinoSage Apr 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ dmypy.json
# docker files
/docker/.vscode-server
/docker/.zsh_history

# colcon build stuff (I think)
/install
/log
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "src/src/pointgrey_camera_driver"]
path = src/src/pointgrey_camera_driver
url = https://github.com/ros-drivers/pointgrey_camera_driver
[submodule "src/pointgrey_camera_driver"]
path = src/pointgrey_camera_driver
url = https://github.com/ros-drivers/pointgrey_camera_driver
20 changes: 0 additions & 20 deletions rktl_autonomy/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions rktl_autonomy/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions rktl_autonomy/YAMLEditor/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions rktl_autonomy/YAMLEditor/.project

This file was deleted.

7 changes: 0 additions & 7 deletions rktl_autonomy/YAMLEditor/README.md

This file was deleted.

Binary file removed rktl_autonomy/YAMLEditor/jars/YAMLEditor.jar
Binary file not shown.
177 changes: 0 additions & 177 deletions rktl_autonomy/YAMLEditor/src/com/purduearc/yamleditor/Main.java

This file was deleted.

35 changes: 0 additions & 35 deletions rktl_autonomy/config/rocket_league.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions rktl_autonomy/config/snake.yaml

This file was deleted.

Loading
Loading