remove extra params
This commit is contained in:
parent
773d84a9eb
commit
9995f8b6f0
1 changed files with 1 additions and 5 deletions
|
@ -196,9 +196,6 @@ def generate_launch_description():
|
|||
[FindPackageShare("rbs_bringup"), "config", "rbs.rviz"]
|
||||
)
|
||||
|
||||
mujoco_model = PathJoinSubstitution(
|
||||
[FindPackageShare("rbs_simulation"), "mujoco_model", "current_mj.xml"]
|
||||
)
|
||||
|
||||
robot_description_content = Command(
|
||||
[
|
||||
|
@ -219,7 +216,6 @@ def generate_launch_description():
|
|||
"sim_fake:=", sim_fake, " ",
|
||||
"simulation_controllers:=", initial_joint_controllers_file_path, " ",
|
||||
"with_gripper:=", with_gripper_condition, " ",
|
||||
"mujoco_model:=", mujoco_model,
|
||||
]
|
||||
)
|
||||
robot_description = {"robot_description": robot_description_content}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue