Skip to content

Commit

Permalink
Rename variable in launch file (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
(cherry picked from commit cd0b002)

# Conflicts:
#	gz_ros2_control_demos/launch/tricycle_drive_example.launch.py
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Jun 10, 2024
1 parent aa43f4d commit e9dd248
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def generate_launch_description():
output='screen'
)

load_joint_trajectory_controller = ExecuteProcess(
load_tricycle_controller = ExecuteProcess(
cmd=['ros2', 'control', 'load_controller', '--set-state', 'active',
'tricycle_controller'],
output='screen'
Expand Down Expand Up @@ -97,8 +97,13 @@ def generate_launch_description():
),
RegisterEventHandler(
event_handler=OnProcessExit(
<<<<<<< HEAD
target_action=load_joint_state_controller,
on_exit=[load_joint_trajectory_controller],
=======
target_action=load_joint_state_broadcaster,
on_exit=[load_tricycle_controller],
>>>>>>> cd0b002 (Rename variable in launch file (#327))
)
),
node_robot_state_publisher,
Expand Down

0 comments on commit e9dd248

Please sign in to comment.