Skip to content

Commit

Permalink
changed name of examples launch file for coman
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Oct 6, 2023
1 parent c8094cc commit 368b8d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 517 deletions.
2 changes: 1 addition & 1 deletion examples/cpp/static_walk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bool IS_ROSCORE_RUNNING;

/**
* @brief The example3 shows the usage of the OpenSoT library for open-loop resolved-rate IK.
* The execution of the example can be shown in rviz by launching the launch file example3.launch in \examples\launch folder,
* The execution of the example can be shown in rviz by launching the launch file coman_ik.launch in \examples\launch folder,
* which depends on the package
* https://github.com/ADVRHumanoids/iit-coman-ros-pkg/tree/master
* for the COMAN model and meshes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<param name="publish_frequency" type="double" value="50.0" />
</node>

<node type="rviz" name="rviz" pkg="rviz" args="-d $(env PWD)/static_walk.rviz" output="screen"/>
<node type="rviz" name="rviz" pkg="rviz" args="-d $(env PWD)/coman_ik.rviz" output="screen"/>

</launch>
Loading

0 comments on commit 368b8d8

Please sign in to comment.