Browse Source

Change frame

feature/ros2_diffdrive
David V. Lu 3 years ago
parent
commit
0c33fcaa18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_moveit_config/launch/demo.launch.py

+ 1
- 1
stretch_moveit_config/launch/demo.launch.py View File

@ -93,7 +93,7 @@ def generate_launch_description():
executable='static_transform_publisher', executable='static_transform_publisher',
name='static_transform_publisher', name='static_transform_publisher',
output='log', output='log',
arguments=['0.0', '0.0', '0.0', '0.0', '0.0', '0.0', 'map', 'base_link'])
arguments=['0.0', '0.0', '0.0', '0.0', '0.0', '0.0', 'odom', 'base_link'])
# Publish TF # Publish TF
robot_state_publisher = Node(package='robot_state_publisher', robot_state_publisher = Node(package='robot_state_publisher',

Loading…
Cancel
Save