Skip to content

Commit

Permalink
lifecycle_node_manager.cppを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Oct 11, 2023
1 parent efb0cf7 commit edaa8ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 225 deletions.
6 changes: 0 additions & 6 deletions raspimouse_fake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ ament_target_dependencies(fake_raspimouse_component
std_srvs)
rclcpp_components_register_nodes(fake_raspimouse_component "fake_raspimouse::Raspimouse")

add_executable(lifecycle_node_manager src/lifecycle_node_manager.cpp)
ament_target_dependencies(lifecycle_node_manager
rclcpp
rclcpp_lifecycle)

ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)

ament_export_dependencies(rclcpp)
Expand All @@ -50,7 +45,6 @@ install(TARGETS
INCLUDES DESTINATION include)

install(TARGETS
lifecycle_node_manager
DESTINATION lib/${PROJECT_NAME})

install(DIRECTORY
Expand Down
208 changes: 0 additions & 208 deletions raspimouse_fake/src/lifecycle_node_manager.cpp

This file was deleted.

12 changes: 1 addition & 11 deletions raspimouse_gazebo/launch/raspimouse_with_emptyworld.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ def generate_launch_description():
output='screen',
)

manager = Node(
name='manager',
package='raspimouse_fake',
executable='lifecycle_node_manager',
output='screen',
parameters=[{'components': ['raspimouse']}]

)

return LaunchDescription([
SetParameter(name='use_sim_time', value=True),
declare_arg_lidar,
Expand All @@ -143,6 +134,5 @@ def generate_launch_description():
spawn_diff_drive_controller,
rviz,
bridge,
container,
manager
container
])

0 comments on commit edaa8ec

Please sign in to comment.