Skip to content

Commit

Permalink
[description] Add f/t sensor to the main .dae instead of creating a n…
Browse files Browse the repository at this point in the history
…ew .dae file.

.dae is hardcoded in nextage_ros_bridge/conf upon building so having multiple versions of .dae to select upon runtime may not be easy to implement.
  • Loading branch information
130s committed May 26, 2017
1 parent 8af6a01 commit df61622
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nextage_description/models/main.dae
Original file line number Diff line number Diff line change
Expand Up @@ -6444,6 +6444,24 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</frame_origin>
</technique>
</extra>
<extra name="lhsensor" type="attach_sensor">
<technique profile="OpenRAVE">
<instance_sensor url="#sensor5"/>
<frame_origin link="kmodel1/link16">
<translate>0 0 0</translate>
<rotate>0.57737 0.57735 0.57735 2.0944</rotate>
</frame_origin>
</technique>
</extra>
<extra name="rhsensor" type="attach_sensor">
<technique profile="OpenRAVE">
<instance_sensor url="#sensor6"/>
<frame_origin link="kmodel1/link10">
<translate>0 0 0</translate>
<rotate>0.57737 0.57735 0.57735 2.0944</rotate>
</frame_origin>
</technique>
</extra>
<extra name="WAIST" type="attach_actuator">
<technique profile="OpenRAVE">
<instance_actuator url="#actuator1"/>
Expand Down Expand Up @@ -8725,6 +8743,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<image_dimensions>640 480 3</image_dimensions>
<measurement_time>0.033333</measurement_time>
</sensor>
<sensor id="sensor5" sid="4" type="base_force6d">
<load_range_force>-1.000000 -1.000000 -1.000000</load_range_force>
<load_range_torque>-1.000000 -1.000000 -1.000000</load_range_torque>
</sensor>
<sensor id="sensor6" sid="5" type="base_force6d">
<load_range_force>-1.000000 -1.000000 -1.000000</load_range_force>
<load_range_torque>-1.000000 -1.000000 -1.000000</load_range_torque>
</sensor>
</technique>
</extra>
<extra id="actuators" type="library_actuators">
Expand Down

0 comments on commit df61622

Please sign in to comment.