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

BaseControl based movements added to FreeFloorViewer #66

Merged
merged 6 commits into from
May 5, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Added missing connections nd other corrections to freeFloorViewer new…
… xml
  • Loading branch information
elandini84 committed May 2, 2022
commit 00739af6ac75a488b13c3e7ca9cfaa65d6eefb53
10 changes: 8 additions & 2 deletions app/freeFloorViewer/scripts/freeFloorViewer_complete_R1SN003.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<module>
<name>freeFloorViewer</name>
<parameters>--context freeFloorViewer --from freeFloorViewer_R1SN003.ini</parameters>
<environment>YARP_PORTNUMBER_freeFloorViewer_floorEnhanced_o=20000</environment>
<parameters>--context freeFloorViewer --from freeFloorViewer_complete_R1SN003.ini</parameters>
<environment>YARP_PORTNUMBER_freeFloorViewer_floorEnhanced_o=21000</environment>
<node>console2</node>
</module>

Expand Down Expand Up @@ -40,4 +40,10 @@
<protocol>tcp</protocol>
</connection>

<connection>
<from>/freeFloorViewer/baseVelCmd:o</from>
<to>/baseControl/input/joystick:i</to>
<protocol>tcp</protocol>
</connection>

</application>