Skip to content

Commit

Permalink
Create entry in changelog for v1.3.0.
Browse files Browse the repository at this point in the history
Also bumped versions for all packages.
  • Loading branch information
Tiger Sachse committed Nov 30, 2020
1 parent c52cb9a commit 19028f5
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 17 deletions.
16 changes: 11 additions & 5 deletions docs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
v2.0.0: 04/28/2020
- Adds GPS-denied autonomous navigation.
v1.3.0: 11/30/2020
- Added keyboard control node.
- Added action list control system.
- Added CI linting and testing workflows.
- Added new map and tutorial for IROS conference.

v1.2.0: 04/28/2020
- Added GPS-denied autonomous navigation.
- Simulated robot can detect both above-ground and below-ground obstacles.
- Simulated robot can navigate around obstacles blocking its view using the WedgeBug algorithm.
- Simulated robot can estimate its motion through odometry.
- Simulated robot can estimate its position by comparing surroundings to an overhead elevation map.
- Provides Cosmic GPS (for use outside of the simulation) for deriving position from images of stars.
- Provides various scripts for automating the creation of worlds from Digital Elevation Models.
- Provided Cosmic GPS (for use outside of the simulation) for deriving position from images of stars.
- Provided various scripts for automating the creation of worlds from Digital Elevation Models.
- Changes simulated stereo camera to depth camera.
- Moves camera from robot's base to the knuckle of the robot's front drum.
- Moved camera from robot's base to the knuckle of the robot's front drum.

v1.1.1: 09/29/2019
- Added an onboarding document for future teams.
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/ezrassor_teleop_actions/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="2">
<name>ezrassor_teleop_actions</name>
<license>MIT</license>
<version>1.0.0</version>
<version>1.3.0</version>
<author email="[email protected]">Ron Marrero</author>
<maintainer email="[email protected]">Ron Marrero</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/autonomy/ezrassor_autonomous_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_autonomous_control</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Cameron Taylor</author>
<maintainer email="[email protected]">Cameron Taylor</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/autonomy/ezrassor_swarm_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ezrassor_swarm_control</name>
<version>1.0.0</version>
<version>1.3.0</version>
<description>The ezrassor_swarm_control package</description>

<maintainer email="[email protected]">Daniel Silva</maintainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_controller_server</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Tiger Sachse</author>
<maintainer email="[email protected]">Tiger Sachse</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/communication/ezrassor_joy_translator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_joy_translator</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Tiger Sachse</author>
<author email="[email protected]">Harrison Black</author>
<maintainer email="[email protected]">Harrison Black</maintainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="2">
<name>ezrassor_keyboard_controller</name>
<license>MIT</license>
<version>1.0.0</version>
<version>1.3.0</version>
<author email="[email protected]">Tiger Sachse</author>
<maintainer email="[email protected]">Tiger Sachse</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/communication/ezrassor_topic_switch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_topic_switch</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Tiger Sachse</author>
<maintainer email="[email protected]">Tiger Sachse</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/extras/ezrassor_launcher/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_launcher</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Tiger Sachse</author>
<maintainer email="[email protected]">Tiger Sachse</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/messages/ezrassor_teleop_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="2">
<name>ezrassor_teleop_msgs</name>
<license>MIT</license>
<version>1.0.0</version>
<version>1.3.0</version>
<author email="[email protected]">Ron Marrero</author>
<maintainer email="[email protected]">Ron Marrero</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/simulation/ezrassor_sim_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_sim_control</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Harrison Black</author>
<author email="[email protected]">Ronald Marrero</author>
<maintainer email="[email protected]">Harrison Black</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion packages/simulation/ezrassor_sim_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_sim_description</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Ronald Marrero</author>
<maintainer email="[email protected]">Ronald Marrero</maintainer>
<url type="website">https://github.com/FlaSpaceInst/EZ-RASSOR</url>
Expand Down
2 changes: 1 addition & 1 deletion packages/simulation/ezrassor_sim_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="2">
<name>ezrassor_sim_gazebo</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.3.0</version>
<author email="[email protected]">Ronald Marrero</author>
<maintainer email="[email protected]">Harrison Black</maintainer>
<maintainer email="[email protected]">Ronald Marrero</maintainer>
Expand Down

0 comments on commit 19028f5

Please sign in to comment.