Warehouse sim running - but not yet working.
This commit is contained in:
@@ -48,7 +48,10 @@ def generate_launch_description():
|
||||
package='robot_state_publisher',
|
||||
executable='robot_state_publisher',
|
||||
name='robot_state_publisher',
|
||||
parameters=[{'robot_description': robot_description}],
|
||||
parameters=[{
|
||||
'robot_description': robot_description,
|
||||
'use_sim_time': False,
|
||||
}],
|
||||
output='screen',
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user