Skip to content

Commit

Permalink
Update robosub_controls.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caelinsutch authored and AVSurfer123 committed Nov 13, 2020
1 parent 278ce8c commit 2162ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launch/robosub_controls.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ def generate_launch_description():
return LaunchDescription([
Node(
package='controls',
node_namespace='sb',
node_namespace='sub',
node_executable='velocity_transformer',
node_name='velocity_transformer'
),
Node(
package='teleop_twist_keyboard',
node_namespace='sb',
node_namespace='sub',
node_executable='teleop_twist_keyboard',
output='screen',
prefix='xterm -e',
node_name='teleop_twist_keyboard'
),
])
])

0 comments on commit 2162ee5

Please sign in to comment.