Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed xacro inorder processing warning #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion racecar_control/config/racecar_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ racecar:
joint_state_controller:
type: joint_state_controller/JointStateController
publish_rate: 50


# Velocity Controllers ---------------------------------------
left_rear_wheel_velocity_controller:
Expand Down
2 changes: 1 addition & 1 deletion racecar_gazebo/launch/racecar.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</include>

<!-- urdf xml robot description loaded on the Parameter Server, converting the xacro into a proper urdf file-->
<param name="robot_description" command="$(find xacro)/xacro '$(find racecar_description)/urdf/racecar.xacro'" />
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find racecar_description)/urdf/racecar.xacro'" />

<!-- push robot_description to factory and spawn robot in gazebo -->
<node name="racecar_spawn" pkg="gazebo_ros" type="spawn_model" output="screen" args="-urdf -param robot_description -model racecar -z 0.05" />
Expand Down
2 changes: 1 addition & 1 deletion racecar_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<version>0.0.0</version>
<description>The racecar_gazebo package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">ubuntu</maintainer>
Expand Down