Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions smach/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script-dir=$base/lib/smach
script_dir=$base/lib/smach
[install]
install-scripts=$base/lib/smach
install_scripts=$base/lib/smach
7 changes: 1 addition & 6 deletions smach/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
zip_safe=True,
maintainer='Isaac I. Y. Saito',
maintainer_email='gm130s@gmail.com',
description='''
SMACH is a task-level architecture for rapidly creating complex robot
behavior. At its core, SMACH is a ROS-independent Python library to build
hierarchical state machines. SMACH is a new library that takes advantage of
very old concepts in order to quickly create robust robot behavior with
maintainable and modular code.''',
description='SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code.',
license='BSD',
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions smach_ros/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script-dir=$base/lib/smach_ros
script_dir=$base/lib/smach_ros
[install]
install-scripts=$base/lib/smach_ros
install_scripts=$base/lib/smach_ros
7 changes: 1 addition & 6 deletions smach_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
zip_safe=True,
maintainer='Isaac I. Y. Saito',
maintainer_email='gm130s@gmail.com',
description='''
SMACH is a task-level architecture for rapidly creating complex robot
behavior. At its core, SMACH is a ROS-independent Python library to build
hierarchical state machines. SMACH is a new library that takes advantage of
very old concepts in order to quickly create robust robot behavior with
maintainable and modular code.''',
description='SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code.',
license='BSD',
data_files=[
('share/ament_index/resource_index/packages',
Expand Down