Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.10 #14

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flexiv_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_bringup</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>Package with launch files and run-time configurations for Flexiv robots with `ros_control`</description>
<author email="[email protected]">Mun Seng Phoon</author>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion flexiv_controllers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_controllers</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>Flexiv custom ROS controllers</description>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion flexiv_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_description</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>URDF description for flexiv arms</description>
<author email="[email protected]">Mun Seng Phoon</author>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion flexiv_hardware/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_hardware</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>Hardware interfaces to Flexiv robots for ROS control</description>
<author email="[email protected]">Mun Seng Phoon</author>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion flexiv_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package>

<name>flexiv_moveit_config</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>
An automatically generated package with all the configuration and launch files for using the rizon4 with the MoveIt Motion Planning Framework
</description>
Expand Down
2 changes: 1 addition & 1 deletion flexiv_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>flexiv_msgs</name>
<version>0.9.0</version>
<version>0.10.0</version>
<description>Robot states messages definiton used in RDK</description>
<author email="[email protected]">Mun Seng Phoon</author>
<maintainer email="[email protected]">Mun Seng Phoon</maintainer>
Expand Down
Loading