Skip to content

Commit

Permalink
Renaming package and updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JCarosella committed Oct 28, 2022
1 parent a8f96fa commit 667b161
Show file tree
Hide file tree
Showing 433 changed files with 43 additions and 23 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ source devel/setup.bash

- Launch SLAM node to map a world. Can move the robot with goals or with the keyboard control node:
```
$ roslaunch noah_gazebo noah_slam.launch database_name:=<DATABASE_NAME>
$ roslaunch noah_simulation noah_slam.launch database_name:=<DATABASE_NAME>
```
- Launch navigation node. Includes wayposes publisher node:
```
$ roslaunch noah_gazebo noah_navigation.launch map_name:=<MAP_NAME>
$ roslaunch noah_simulation noah_simulation.launch map_name:=<MAP_NAME>
```
- Launch mapless navigation node:
```
$ roslaunch noah_gazebo noah_navigation_mapless.launch
$ roslaunch noah_simulation noah_simulation_mapless.launch
```
- Launch keyboard control (useful to move robot when generating the SLAM):
Expand Down
4 changes: 4 additions & 0 deletions noah_2dnav/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package noah_2dnav
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0
------------------
* Package and launchfiles re-organization

0.1.0
------------------
* Initial release of noah_2dnav package
2 changes: 1 addition & 1 deletion noah_2dnav/launch/2dnav.launch
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
<!-- Move base sequence -->
<include file="$(find noah_control_utils)/launch/move_base_sequence.launch" />

</launch>
</launch>
2 changes: 1 addition & 1 deletion noah_2dnav/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>noah_2dnav</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The noah_2dnav package</description>

<author email="[email protected]">JuanCarosella</author>
Expand Down
6 changes: 5 additions & 1 deletion noah_control_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package move_base_utils
Changelog for package move_control_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0
------------------
* Package and launchfiles re-organization

0.1.0
------------------
* Initial release of move_base_utils package
2 changes: 1 addition & 1 deletion noah_control_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>noah_control_utils</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The noah_control_utils package</description>

<author email="[email protected]">JuanCarosella</author>
Expand Down
7 changes: 0 additions & 7 deletions noah_gazebo/CHANGELOG.rst

This file was deleted.

4 changes: 4 additions & 0 deletions noah_rtabmap/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package noah_rtabmap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0
------------------
* Package and launchfiles re-organization

0.1.0
------------------
* Initial release of noah_rtabmap package
2 changes: 1 addition & 1 deletion noah_rtabmap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

This package contains:

- The launch file used to launch the rtab node and nodelet used for SLAM. This launchfile is called in the higher level "noah_slam.launch" launch file in the noah_gazebo package.
- The launch file used to launch the rtab node and nodelet used for SLAM. This launchfile is called in the higher level "noah_slam.launch" launch file in the noah_simulation package.
- A user script (database2pgm.sh) to convert from the database that rtab generates to the 2D map.pgm and map.yaml files used for the map server. This script accepts the name (without extension) of the database as a first and only argument and assumes the database is saves in its default location in "~/.ros/<DBNAME>.db".
2 changes: 1 addition & 1 deletion noah_rtabmap/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>noah_rtabmap</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>The noah_rtabmap package</description>

<author email="[email protected]">JuanCarosella</author>
Expand Down
4 changes: 4 additions & 0 deletions noah_rviz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package noah_rviz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0
------------------
* Package and launchfiles re-organization

0.1.0
------------------
* Initial release of noah_rviz package
2 changes: 1 addition & 1 deletion noah_rviz/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>noah_rviz</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>
Rviz visualization for noah robot.
</description>
Expand Down
11 changes: 11 additions & 0 deletions noah_simulation/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package noah_simulation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0
------------------
* Package name change to noah_simulation. Package re-organization

0.1.0
------------------
* Initial release of noah_gazebo package
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)

project(noah_gazebo)
project(noah_simulation)

find_package(catkin REQUIRED COMPONENTS
gazebo_ros
Expand Down
2 changes: 1 addition & 1 deletion noah_gazebo/README.md → noah_simulation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# noah_gazebo
# noah_simulation

Package containing the top level simulation launch files, worlds and models for the [AWS small_house world](https://github.com/aws-robotics/aws-robomaker-small-house-world).

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Testing world in gazebo (spawns robot) -->
<arg name="gui" default="false" />
<arg name="world_name" default="small_house" />
<include file="$(find noah_gazebo)/launch/noah_test_world.launch">
<include file="$(find noah_simulation)/launch/noah_test_world.launch">
<arg name="gui" default="$(arg gui)" />
<arg name="world_name" value="$(arg world_name)" />
</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<arg name="gui" default="false" />
<arg name="world_name" default="empty_world" />
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="$(find noah_gazebo)/worlds/$(arg world_name).world" />
<arg name="world_name" value="$(find noah_simulation)/worlds/$(arg world_name).world" />
<arg name="paused" value="false" />
<arg name="use_sim_time" value="true" />
<arg name="gui" value="$(arg gui)" />
Expand All @@ -15,7 +15,7 @@

<!-- Spawn Noah bot in the Gazebo world -->
<arg name="robot_model" default="accurate_noah" />
<include file="$(find noah_gazebo)/launch/spawn_noah.launch">
<include file="$(find noah_simulation)/launch/spawn_noah.launch">
<arg name="robot_model" value="$(arg robot_model)" />
</include>

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 667b161

Please sign in to comment.