-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
manuelgitgomes
committed
Jul 27, 2022
1 parent
bf2a1ce
commit 13d3a29
Showing
13 changed files
with
779 additions
and
3,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="robot_description" default="robot_description"/> | ||
<param name="$(arg robot_description)" command="$(find xacro)/xacro '$(find atlascar2_description)/urdf/atlascar2.urdf.xacro'" /> | ||
<param name="$(arg robot_description)" command="$(find xacro)/xacro '$(find atlascar2_description)/urdf/atlascar2_ackermann_VLP.urdf.xacro'" /> | ||
<node pkg="joint_state_publisher" type="joint_state_publisher" name="joint_state_publisher"></node> | ||
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" /> | ||
</launch> |
Oops, something went wrong.