-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switched gripper_joint to fixed and removed from moveit_config (#317) * Gui updates (#320) * * Random parts in conveyor and bins * Cear all bins and conveyor * More warning messages * Save button deactivates if there are no orders * Restricted available pump offsets * Typo * Fixed image rotation * Random parts now save correctly to avoid warnings while saving orders * Updated with newest version --------- Co-authored-by: Justin Albrecht <[email protected]>
- Loading branch information
1 parent
f097b4d
commit ffc8257
Showing
12 changed files
with
132 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ariac_controllers</name> | ||
<version>2024.2.0</version> | ||
<version>2024.3.0</version> | ||
<description>ros2 controllers for ARIAC simulation</description> | ||
<maintainer email="[email protected]"> Justin Albrecht</maintainer> | ||
<license>NIST</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ariac_description</name> | ||
<version>2024.2.0</version> | ||
<version>2024.3.0</version> | ||
<description>Package containing URDF descriptions for all robots in the ARIAC simulation</description> | ||
<maintainer email="[email protected]">justin</maintainer> | ||
<license>NIST</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ariac_gazebo</name> | ||
<version>2024.2.0</version> | ||
<version>2024.3.0</version> | ||
<description>ARIAC ROS2 port</description> | ||
<maintainer email="[email protected]">justin</maintainer> | ||
<license>NIST</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ariac_gui</name> | ||
<version>2024.2.0</version> | ||
<version>2024.3.0</version> | ||
<description>GUI for creating trial configurations</description> | ||
<maintainer email="[email protected]">Joseph Fernandez</maintainer> | ||
<license>NIST</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ariac_moveit_config</name> | ||
<version>2024.2.0</version> | ||
<version>2024.3.0</version> | ||
<description> An package with MoveIt2 configurations for ARIAC robots</description> | ||
<maintainer email="[email protected]">Justin Albrecht</maintainer> | ||
<license>NIST</license> | ||
|
Oops, something went wrong.