Skip to content

Commit

Permalink
Finish renaming rktl_control2 to rktl_control
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrm1 committed Feb 10, 2024
1 parent 865418f commit 9a2f547
Show file tree
Hide file tree
Showing 4 changed files with 4 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

0 comments on commit 9a2f547

Please sign in to comment.