Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(thais_urdf)
find_package(ament_cmake REQUIRED)

install(
DIRECTORY launch config inmoov
DIRECTORY launch config description hardware_config
DESTINATION share/${PROJECT_NAME}/
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<xacro:arg name="base_path" default="."/>
<xacro:arg name="use_gazebo_sim" default="false"/>
<xacro:arg name="controller_config" default=""/>
<xacro:property name="mesh_dir" value="file://$(arg base_path)/meshes/dae"/>
<xacro:property name="mesh_dir" value="file://$(arg base_path)/robot_description/meshes/dae"/>
<xacro:property name="use_gazebo_sim" value="$(arg use_gazebo_sim)"/>

<!-- Import inmoov physical description (urdf) macro (uses use_gazebo_sim for heavy stand in sim) -->
<xacro:include filename="../3dmodel/robot_description.urdf.xacro"/>
<xacro:include filename="../robot_description/urdf/robot_description.urdf.xacro"/>

<!-- Import inmoov ros2_control description (use_gazebo_sim switches to gz_ros2_control in Gazebo launch) -->
<xacro:include filename="../ros2_control/inmoov_ros2_control.xacro" />
Expand Down
Loading
Loading