Skip to content

Commit

Permalink
remove ros2_ prefix from package
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz committed Aug 13, 2024
1 parent c2b7757 commit 2d03d53
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ros2_turtlesim_teleop_python
# turtlesim_teleop_python
ROS2 TurtleSim Python Controller
2 changes: 1 addition & 1 deletion 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>ros2_turtlesim_teleop_python</name>
<name>turtlesim_teleop_python</name>
<version>0.0.0</version>
<description>TurtleSim Python Controller</description>
<maintainer email="[email protected]">norbert</maintainer>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script_dir=$base/lib/ros2_turtlesim_teleop_python
script_dir=$base/lib/turtlesim_teleop_python
[install]
install_scripts=$base/lib/ros2_turtlesim_teleop_python
install_scripts=$base/lib/turtlesim_teleop_python
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

package_name = 'ros2_turtlesim_teleop_python'
package_name = 'turtlesim_teleop_python'

setup(
name=package_name,
Expand All @@ -20,7 +20,7 @@
tests_require=['pytest'],
entry_points={
'console_scripts': [
'pythonop_turtle = ros2_turtlesim_teleop_python.pythonop_turtle:main'
'pythonop_turtle = turtlesim_teleop_python.pythonop_turtle:main'
],
},
)
File renamed without changes.
File renamed without changes.

0 comments on commit 2d03d53

Please sign in to comment.