Skip to content

Commit

Permalink
Merge branch 'ros-2-complete' of github.com:purdue-arc/rocket_league …
Browse files Browse the repository at this point in the history
…into ros-2-complete
  • Loading branch information
rtjord committed Feb 10, 2024
2 parents 242fdf4 + d85b75e commit 6477f66
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/rktl_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rktl_control2</name>
<name>rktl_control</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="[email protected]">DinoSage</maintainer>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/rktl_control/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script_dir=$base/lib/rktl_control2
script_dir=$base/lib/rktl_control
[install]
install_scripts=$base/lib/rktl_control2
install_scripts=$base/lib/rktl_control
2 changes: 1 addition & 1 deletion src/rktl_control/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

package_name = 'rktl_control2'
package_name = 'rktl_control'

setup(
name=package_name,
Expand Down
Loading

0 comments on commit 6477f66

Please sign in to comment.