Skip to content

Commit

Permalink
Add six-wheel simplified model
Browse files Browse the repository at this point in the history
  • Loading branch information
yambati03 committed Jan 21, 2024
1 parent 2d054eb commit c99dcff
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 2 deletions.
3 changes: 2 additions & 1 deletion urc_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def generate_launch_description():
use_simulation = hardware_config['hardware_config']['use_simulation']

controller_config_file_dir = os.path.join(
pkg_urc_bringup, 'config', 'ros2_control_simple.yaml'
pkg_urc_bringup, 'config', 'ros2_control_walli.yaml'
)

default_rviz_config_path = os.path.join(
Expand Down Expand Up @@ -179,6 +179,7 @@ def generate_launch_description():
robot_state_publisher_node,
joint_state_publisher_node,
joint_state_publisher_gui_node,
load_drivetrain_controller,
spawn_robot,
rviz_node,
navigation_nodes
Expand Down
2 changes: 1 addition & 1 deletion urc_hw_description/urdf/robot.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
value="${config_data['hardware_config']['use_simplified_model']}" />

<xacro:if value="${use_simplified_model}">
<xacro:include filename="$(find urc_hw_description)/urdf/diff_drive.xacro" />
<xacro:include filename="$(find urc_hw_description)/urdf/six_wheel_simplified.xacro" />
</xacro:if>

<xacro:if value="${not use_simplified_model}">
Expand Down
Loading

0 comments on commit c99dcff

Please sign in to comment.