This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #13 from kth-ros-pkg/egm_modifications"
revertin merge into master. PR is now in branch feature-egm (hopefully) This reverts commit e3b71a8, reversing changes made to f4a6680.
- Loading branch information
Showing
100 changed files
with
5,735 additions
and
9,596 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package gazebo_mimic | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.0.4 (2017-01-12) | ||
------------------ | ||
|
||
0.0.2 (2017-01-10) | ||
------------------ | ||
* fix for backcompatibility with gazebo | ||
* the mimic plugin that we probably forgot to commit long time ago | ||
* Contributors: Todor Stoyanov |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package yumi_description | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.0.4 (2017-01-12) | ||
------------------ | ||
|
||
0.0.2 (2017-01-10) | ||
------------------ | ||
* Add coarser meshes. | ||
* Add exec_depend on xacro. | ||
* skeleton of the yumi_description package | ||
* Contributors: Maarten de Vries, Robert Krug, Todor Stoyanov |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
|
||
<!-- this argument you can pass this launch file--> | ||
<arg name="hardware_interface" default="PositionJointInterface"/> | ||
|
||
<!-- Load the URDF with the given hardware interface into the ROS Parameter Server --> | ||
<param name="robot_description" | ||
command="$(find xacro)/xacro.py '$(find yumi_description)/urdf/yumi.urdf.xacro' prefix:=$(arg hardware_interface)" /> | ||
|
||
<!-- send fake joint values --> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"> | ||
<param name="use_gui" value="TRUE"/> | ||
</node> | ||
|
||
<!-- Combine joint values --> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/> | ||
|
||
<!-- Show in Rviz --> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find yumi_description)/launch/yumi.rviz"/> | ||
|
||
</launch> |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
|
||
<!-- this argument you can pass this launch file--> | ||
<arg name="hardware_interface" default="EffortJointInterface"/> | ||
|
||
<!-- Load the URDF with the given hardware interface into the ROS Parameter Server --> | ||
<param name="robot_description" | ||
command="$(find xacro)/xacro.py '$(find yumi_description)/urdf/yumi.urdf.xacro' prefix:=$(arg hardware_interface)" /> | ||
|
||
<!-- send fake joint values --> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"> | ||
<param name="use_gui" value="TRUE"/> | ||
</node> | ||
|
||
<!-- Combine joint values --> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/> | ||
|
||
<!-- Show in Rviz --> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find yumi_description)/launch/yumi.rviz"/> | ||
|
||
</launch> |
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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.