Skip to content

Commit

Permalink
updated some params
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 3, 2023
1 parent 7defdfa commit 8776e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lbr_bringup/launch/real.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def launch_setup(context: LaunchContext) -> List[LaunchDescriptionEntity]:

# robot state publisher on joint state broadcaster spawn exit
robot_state_publisher = LBRSystemInterfaceMixin.node_robot_state_publisher(
robot_description=robot_description, use_sim_time=False, frame_prefix=""
robot_description=robot_description, use_sim_time=False
)
robot_state_publisher_event_handler = RegisterEventHandler(
OnProcessExit(
Expand Down Expand Up @@ -81,15 +81,15 @@ def launch_setup(context: LaunchContext) -> List[LaunchDescriptionEntity]:
)

# RViz no MoveIt
ld.add_action(RVizMixin.arg_rviz_config_pkg())
ld.add_action(RVizMixin.arg_rviz_config())
rviz = RVizMixin.node_rviz(
rviz_config_pkg="lbr_bringup",
rviz_config="config/config.rviz",
condition=IfCondition(
AndSubstitution(
LaunchConfiguration("rviz"),
NotSubstitution(LaunchConfiguration("moveit")),
)
)
),
)

# RViz event handler
Expand Down

0 comments on commit 8776e15

Please sign in to comment.