Skip to content

Commit

Permalink
Removed unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcalderon03 committed Nov 19, 2023
1 parent b56bafa commit b8c4b50
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,664 deletions.
2 changes: 1 addition & 1 deletion urc_gazebo/launch/spawn_walli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def generate_launch_description():
urdf_path = 'urdf/walli.xacro'
xacro_file = os.path.join(get_package_share_directory('urc_gazebo'), urdf_path)
xacro_file = os.path.join(get_package_share_directory('urc_hw_description'), urdf_path)
assert os.path.exists(xacro_file), "urdf path doesnt exist in "+str(xacro_file)
use_sim_time = LaunchConfiguration('use_sim_time', default='true')

Expand Down
Loading

0 comments on commit b8c4b50

Please sign in to comment.