-
Notifications
You must be signed in to change notification settings - Fork 3
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 #37 from Kapim/ros2
Ros2 relay requirements update
- Loading branch information
Showing
8 changed files
with
298 additions
and
256 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM but5gera/relay_network_application_client_ros2:1.0.0 | ||
FROM but5gera/ros2_relay_server:1.1.0 | ||
|
||
COPY docker/network_application/start_inter_relay.sh /root/start.sh | ||
|
||
RUN chmod +x /root/start.sh | ||
ENTRYPOINT [ "/root/start.sh" ] | ||
ENTRYPOINT [ "/root/start.sh" ] |
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,5 +1,4 @@ | ||
#!/bin/bash | ||
|
||
cd /root/era_5g_relay_network_application/era_5g_relay_network_application | ||
source /opt/ros/humble/setup.bash | ||
exec python3 interface_inter.py | ||
exec python3 -m era_5g_relay_network_application.server_inter |
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ python_distribution( | |
sdist=True, | ||
provides=setup_py( | ||
name="era_5g_relay_network_application", | ||
version="1.0.0", | ||
version="1.1.0", | ||
description="Relay Network Application", | ||
author="Michal Kapinus", | ||
author_email="[email protected]", | ||
|
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.