Skip to content

Commit

Permalink
Renamed 'meldog_description' to 'meldog_simple_description'
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejK2 committed Sep 9, 2024
1 parent c15ec4c commit 19f6a3e
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(meldog_description)
project(meldog_simple_description)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="meldog_core">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="meldog_simple_core">

<!-- PI -->
<xacro:property name="PI" value="3.1415926535897"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name = "meldog_gazebo">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name = "meldog_simple_gazebo">

<!-- Meldog Core file -->
<xacro:include filename="meldog_core.urdf.xacro"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>meldog_description</name>
<name>meldog_simple_description</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="[email protected]">bartek</maintainer>
Expand Down
File renamed without changes.

0 comments on commit 19f6a3e

Please sign in to comment.