Skip to content

Commit

Permalink
Package Renaming and Move
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Mar 1, 2023
1 parent 92f4a3f commit 3cebec0
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
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>bag_recorder_nodes_py</name>
<name>rosbag2_examples_py</name>
<version>0.0.0</version>
<description>Python bag writing tutorial</description>
<maintainer email="gbiggs@killbots.net">geoff</maintainer>
Expand Down
4 changes: 4 additions & 0 deletions rosbag2_examples/rosbag2_examples_py/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[develop]
script-dir=$base/lib/rosbag2_examples_py
[install]
install-scripts=$base/lib/rosbag2_examples_py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

package_name = 'bag_recorder_nodes_py'
package_name = 'rosbag2_examples_py'

setup(
name=package_name,
Expand All @@ -20,9 +20,9 @@
tests_require=['pytest'],
entry_points={
'console_scripts': [
'simple_bag_recorder = bag_recorder_nodes_py.simple_bag_recorder:main',
'data_generator_node = bag_recorder_nodes_py.data_generator_node:main',
'data_generator_executable = bag_recorder_nodes_py.data_generator_executable:main',
'simple_bag_recorder = rosbag2_examples_py.simple_bag_recorder:main',
'data_generator_node = rosbag2_examples_py.data_generator_node:main',
'data_generator_executable = rosbag2_examples_py.data_generator_executable:main',
],
},
)
4 changes: 0 additions & 4 deletions rosbag2_samples/api_samples/bag_recorder_nodes_py/setup.cfg

This file was deleted.

0 comments on commit 3cebec0

Please sign in to comment.