-
Notifications
You must be signed in to change notification settings - Fork 5
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 #183 from RoBorregos/feature/ros_noetic
ROSNOETIC MIGRATION - 2021 DEV
- Loading branch information
Showing
666 changed files
with
113,774 additions
and
16,896 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
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
Binary file not shown.
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,9 @@ | ||
#!/bin/bash | ||
## **This are the IPs & Hostnames used for setup during TMR2021. | ||
source ./devel/setup.bash | ||
ROS_IP=192.168.31.187 | ||
export ROS_IP | ||
ROS_HOSTNAME="rbrgs" | ||
export ROS_HOSTNAME | ||
ROS_MASTER_URI=http://rbrgs:11311 | ||
export ROS_MASTER_URI |
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,9 @@ | ||
#!/bin/bash | ||
## **This are the IPs & Hostnames used for setup during TMR2021. | ||
source ./devel/setup.bash | ||
ROS_IP=192.168.31.116 | ||
export ROS_IP | ||
ROS_MASTER_URI=http://jose-Inspiron:11311 | ||
export ROS_MASTER_URI | ||
ROS_HOSTNAME="jose-Inspiron" | ||
export ROS_HOSTNAME |
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 |
---|---|---|
@@ -1 +1 @@ | ||
/opt/ros/melodic/share/catkin/cmake/toplevel.cmake | ||
/opt/ros/noetic/share/catkin/cmake/toplevel.cmake |
27 changes: 27 additions & 0 deletions
27
catkin_home/src/action_selectors/launch/conversation_speech.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,27 @@ | ||
<launch> | ||
<!-- Devices --> | ||
<!-- <node name="AudioCapturer" pkg="devices" type="AudioCapturer.py" respawn="true" output="screen"/> | ||
<node name="UsefulAudio" pkg="devices" type="UsefulAudio.py" respawn="true" output="screen"/> | ||
<node name="ImageCapturer" pkg="devices" type="ImageCapture.py" respawn="true"> | ||
<param name="RATE" value="15" /> | ||
<param name="CAMERAID" value="2" /> | ||
</node> | ||
<node name="say" pkg="devices" type="say.py" respawn="true" output="screen" /> --> | ||
<!-- Speech To Text --> | ||
<!-- FORCE_ENGINE: 'online' - Azure, 'offline' - DeepSpeech, 'none' - Both Engines [it depends on internet] --> | ||
<arg name="FORCE_ENGINE" default="online"/> | ||
<node name="hear" pkg="action_selectors" type="hear.py" respawn="true" output="screen"> | ||
<param name="FORCE_ENGINE" value="$(arg FORCE_ENGINE)" /> | ||
</node> | ||
<node name="azureSpeechText" pkg="action_selectors" type="AzureSpeechToText" output="screen" if="$(eval arg('FORCE_ENGINE') != 'offline')"/> | ||
<node name="DeepSpeech" pkg="action_selectors" type="DeepSpeech.py" output="screen" if="$(eval arg('FORCE_ENGINE') != 'online')"/> | ||
<!-- Conversation --> | ||
<!-- START_TALK: 'True' - Start Conversation, 'False' - Wait until being Spoken --> | ||
<arg name="START_TALK" default="True"/> | ||
<node name="SomeoneToTalk" pkg="action_selectors" type="SomeoneToTalk.py" respawn="true"> | ||
<param name="CAMERAID" value="1" /> | ||
</node> | ||
<node name="parser" pkg="action_selectors" type="parser.py" respawn="true" output="screen"> | ||
<param name="START_TALK" value="$(arg START_TALK)" /> | ||
</node> | ||
</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,4 @@ | ||
<launch> | ||
<node name="Tmr2021Main" pkg="main_engine" type="Tmr2021Main.py" output="screen" /> | ||
<node name="NavBridgeServer" pkg="nav_bridge" type="NavBridgeServer.py" output="screen" /> | ||
</launch> |
11 changes: 0 additions & 11 deletions
11
catkin_home/src/action_selectors/launch/speech_to_text.launch
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
Oops, something went wrong.