Skip to content

Commit

Permalink
sm_multi_panda round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brettpac committed Sep 27, 2024
1 parent 40c0cce commit 9a04655
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 120 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def generate_launch_description():
output="screen",
parameters=[moveit_config.to_dict() | {"ros_control_namespace": "/panda_arm_1"}],
arguments=["--ros-args", "--log-level", "move_group:=DEBUG"],
prefix="xterm -hold -e",
)

# RViz
Expand Down Expand Up @@ -68,6 +69,7 @@ def generate_launch_description():
name="robot_state_publisher",
output="both",
parameters=[moveit_config.robot_description],
prefix="xterm -hold -e",
)

# ros2_control using FakeSystem as hardware
Expand All @@ -82,6 +84,7 @@ def generate_launch_description():
parameters=[moveit_config.robot_description, ros2_controllers_path],
output="both",
arguments=["--ros-args", "--log-level", "debug"],
prefix="xterm -hold -e",
)

# Load controllers
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def generate_launch_description():
parameters=[
panda_arm_2_moveit_config.to_dict() | {"ros_control_namespace": "/panda_arm_2"}
],
prefix="xterm -hold -e",
)

# RViz
Expand Down Expand Up @@ -95,6 +96,7 @@ def generate_launch_description():
name="robot_state_publisher",
output="both",
parameters=[panda_arm_2_moveit_config.robot_description],
prefix="xterm -hold -e",
)

# ros2_control using FakeSystem as hardware
Expand All @@ -109,6 +111,7 @@ def generate_launch_description():
parameters=[panda_arm_2_moveit_config.robot_description, ros2_controllers_path],
output="both",
# arguments = ["--ros-args", "--log-level", "debug"]
prefix="xterm -hold -e",
)

# Load controllers
Expand Down

0 comments on commit 9a04655

Please sign in to comment.