Skip to content
Snippets Groups Projects
Commit 7a907153 authored by thirgy4's avatar thirgy4
Browse files

change path

parent e8db20a4
No related branches found
No related tags found
1 merge request!3Resolve "Create a simulation in Gazebo of the quadruped robot and intergrate the event camera"
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<arg name="model" value="$(arg model)" /> <arg name="model" value="$(arg model)" />
</include --> </include -->
<param name="robot_description" command="$(find xacro)/xacro --inorder /home/chris/3rdYear/RWR/Robot-With-Reflexes/RWR/src/urdf/turtlebot3_waffle_pi.urdf.xacro gpu:=$(arg gpu)"/> <param name="robot_description" command="$(find xacro)/xacro --inorder $(find turtlebot3_description)/urdf/turtlebot3_$(env TURTLEBOT3_MODEL).urdf.xacro gpu:=$(arg gpu)"/>
<!-- node pkg="map_server" name="map_server" type="map_server" args="$(arg map_file)"/ --> <!-- node pkg="map_server" name="map_server" type="map_server" args="$(arg map_file)"/ -->
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-urdf -model turtlebot3 -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -param robot_description" /> <node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-urdf -model turtlebot3 -x $(arg x_pos) -y $(arg y_pos) -z $(arg z_pos) -param robot_description" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment