Skip to content

Commit

Permalink
enabled using use_sim_time on joint_state_publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Dec 31, 2023
1 parent 5246348 commit 63fe5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linorobot2_description/launch/description.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def generate_launch_description():
package='joint_state_publisher',
executable='joint_state_publisher',
name='joint_state_publisher',
condition=IfCondition(LaunchConfiguration("publish_joints"))
# parameters=[
# {'use_sim_time': LaunchConfiguration('use_sim_time')}
# ] #since galactic use_sim_time gets passed somewhere and rejects this when defined from launch file
condition=IfCondition(LaunchConfiguration("publish_joints")),
parameters=[
{'use_sim_time': LaunchConfiguration('use_sim_time')}
]
),

Node(
Expand Down

0 comments on commit 63fe5ae

Please sign in to comment.