-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from fmessmer/debug_cart_vel_recursive
publish cart vel magnitudes for frames of chain
- Loading branch information
Showing
5 changed files
with
279 additions
and
142 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,14 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
|
||
<arg name="component"/> | ||
<arg name="chain_base_link"/> | ||
<arg name="chain_tip_link"/> | ||
|
||
<group ns="$(arg component)"> | ||
<param name="chain_base_link" type="str" value="$(arg chain_base_link)"/> | ||
<param name="chain_tip_link" type="str" value="$(arg chain_tip_link)"/> | ||
<node name="debug_fk_vel_recursive_node" pkg="cob_twist_controller" type="debug_fk_vel_recursive_node" cwd="node" respawn="false" output="screen"/> | ||
</group> | ||
|
||
</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
136 changes: 0 additions & 136 deletions
136
cob_twist_controller/src/debug/debug_evaluate_jointstates_node.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.