forked from introlab/opentera-webrtc-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix online demo and initial online support for ttop (introlab#45)
* Updated to new opentera-webrtc API * updated online-demo * Added output screen to opentera_client_ros launch file * Update opentera python dependency * Update opentera-webrtc * Fix python38 cmake * WIP python38 * Revert 9dae308, but not its modifications to the CMakeLists.txt file * Fix tilde in opentera_client config file not working * Fix ttop being noetic and not melodic * WIP docker * WIP docker * Added protobuf messages * Fix relative paths for protoc * WIP protobuf * Removed opentera from client requirements * WIP * WIP * WIP sammy * WIP sammy * Bump opentera requirement to 1.1.0 * Added opentera-webrtc requirements.txt requirement to README * Fix problem in yaml rosparam with colon in url * Updated demo-odas launch file for new echocancel script * WIP * WIP * Fix PR * Added arguments to demos to launch rviz, false by default * Fix segfault sometimes in data channel client, maybe * Update frontend to work on iPad * Added launchfile output argument and merged common parts of demo and demo-online * Added back demo.launch to pick dispatch between offline or online based on an argument * Fix code review elements * Removed useless linking with opentera_webrtc for json_data_handler * Compatibility with new echocancel script in odas_ros * Fix launch files * Fix receive_video_stream for secondary video streamers * Removed pip install when starting signaling server, and moved back error fetching ice servers as an error and not a warning Co-authored-by: Dominic Letourneau <[email protected]> Co-authored-by: Your Name <[email protected]>
- Loading branch information
1 parent
b11d371
commit 76efd39
Showing
32 changed files
with
593 additions
and
266 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
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,8 +1,10 @@ | ||
<launch> | ||
<arg name="opentera_client_config_file" default="$(find opentera_client_ros)/config/client_config.json"/> | ||
|
||
<arg name="output" default="log"/> | ||
|
||
<!-- OpenTera ROS Client --> | ||
<node pkg="opentera_client_ros" type="opentera_client_ros.py" name="opentera_client" respawn="true"> | ||
<node pkg="opentera_client_ros" type="opentera_client_ros.py" name="opentera_client" respawn="true" output="$(arg output)"> | ||
<param name="config_file" type="string" value="$(arg opentera_client_config_file)"/> | ||
</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
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,3 +1,2 @@ | ||
opentera==1.0.8 | ||
aiohttp | ||
asyncio |
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,2 @@ | ||
src/opentera_protobuf_messages/__init__.py | ||
src/opentera_protobuf_messages/*_pb2.py |
Oops, something went wrong.