Skip to content

Commit

Permalink
moveit: Fix description on j2n6s200 arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezRobotnik committed Jun 15, 2022
1 parent 1b734cb commit d604eeb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions moveit/summit_xl_j2n6s200_moveit_config/.setup_assistant
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
moveit_setup_assistant_config:
URDF:
package: summit_xl_description
relative_path: robots/SXL00-210423AA.urdf.xacro
relative_path: robots/versions/summit_xl_gen_j2n6s200.urdf.xacro
xacro_args: prefix:=robot_
SRDF:
relative_path: config/summit_xl.srdf
CONFIG:
author_name: José Gómez Gadea
author_email: [email protected]
generated_timestamp: 1628108762
generated_timestamp: 1628108762
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<arg name="gazebo_gui" default="true"/>
<arg name="paused" default="false"/>
<!-- By default, use the urdf location provided from the package -->
<arg name="urdf_path" default="$(find summit_xl_description)/robots/SXL00-210423AA.urdf.xacro"/>
<arg name="urdf_path" default="$(find summit_xl_description)/robots/versions/summit_xl_gen_j2n6s200.urdf.xacro"/>

<!-- launch the gazebo simulator and spawn the robot -->
<include file="$(find summit_xl_j2n6s200_moveit_config)/launch/gazebo.launch" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launch>
<arg name="paused" default="false"/>
<arg name="gazebo_gui" default="true"/>
<arg name="urdf_path" default="$(find summit_xl_description)/robots/SXL00-210423AA.urdf.xacro"/>
<arg name="urdf_path" default="$(find summit_xl_description)/robots/versions/summit_xl_gen_j2n6s200.urdf.xacro"/>

<!-- startup simulated world -->
<include file="$(find gazebo_ros)/launch/empty_world.launch">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<arg name="robot_description" default="robot_description"/>

<!-- Load universal robot description format (URDF) -->
<param if="$(arg load_robot_description)" name="$(arg robot_description)" command="xacro prefix:=robot_ '$(find summit_xl_description)/robots/SXL00-210423AA.urdf.xacro'"/>
<param if="$(arg load_robot_description)" name="$(arg robot_description)" command="xacro prefix:=robot_ '$(find summit_xl_description)/robots/versions/summit_xl_gen_j2n6s200.urdf.xacro'"/>

<!-- The semantic description that corresponds to the URDF -->
<param name="$(arg robot_description)_semantic" textfile="$(find summit_xl_j2n6s200_moveit_config)/config/summit_xl.srdf" />
Expand Down

0 comments on commit d604eeb

Please sign in to comment.