Skip to content

Commit

Permalink
Rename variable in launch file (#327) (#339)
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)

Co-authored-by: Christoph Fröhlich <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 0e0144a commit 17b4d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gz_ros2_control_demos/launch/tricycle_drive_example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 @@ -93,7 +93,7 @@ def generate_launch_description():
RegisterEventHandler(
event_handler=OnProcessExit(
target_action=load_joint_state_broadcaster,
on_exit=[load_joint_trajectory_controller],
on_exit=[load_tricycle_controller],
)
),
node_robot_state_publisher,
Expand Down

0 comments on commit 17b4d6c

Please sign in to comment.