Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<joint name="robotiq_85_right_knuckle_joint" value="-0.7929"/>
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="moveit_ee" parent_link="gripper_attachment_link" group="gripper"/>
<end_effector name="moveit_ee" parent_link="grasp_link" group="gripper"/>
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
<virtual_joint name="fixed_base" type="fixed" parent_frame="world" child_link="base_link"/>
<!--PASSIVE JOINT: Purpose: this element is used to mark joints that are not actuated-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
use_internal_bus_gripper_comm="$(arg use_internal_bus_gripper_comm)"
use_fake_hardware="$(arg use_fake_hardware)"
fake_sensor_commands="$(arg fake_sensor_commands)"
gripper="$(arg robotiq_gripper)"
gripper_joint_name="$(arg gripper_joint_name)"
gripper_max_velocity="$(arg gripper_max_velocity)"
gripper_max_force="$(arg gripper_max_force)"
Expand Down
Loading