-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update .repos file Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add INSTALL_EXAMPLES to colcon.meta Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add plotjuggler to .repos file Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update plotjuggler plugin to a temporal branch Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update colcon.meta with plotjuggler options Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add micro-ros back Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update temporary branch for micro-ros agent Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update micro xrce-dds agent branch Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add micro_ros_agent cmake args Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Fix micro and fast versions to temporary branches Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update colcon.pkg Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update plotjuggler path Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update .repos Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update .repos Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Enable micro-ros agent superbuild Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Upgrade recorder, spy and router Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Change micro ros agent to tmp version Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Change back micro-ros agent version to official one Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Upgrade version to jazzy Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Final update of Vulcanexus .repos Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Fix shapes demo version Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update ros2 docs submodule Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update Iron references and release notes Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Fix malformed table Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Increase spelling checklist to cover ros2 docs words Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update spelling wordlist again Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Apply review changes Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add jazzy release notes Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update ros2 docs submodule Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> Signed-off-by: Carlosespicur <carlosespicur@proton.me> Co-authored-by: Carlosespicur <carlosespicur@proton.me>
- Loading branch information
1 parent
9666c33
commit 4db4030
Showing
70 changed files
with
659 additions
and
294 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
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
4 changes: 2 additions & 2 deletions
4
docs/resources/tutorials/core/deployment/ds_wan_tcp_tutorial/Dockerfile
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,5 @@ | ||
FROM eprosima/vulcanexus:iron | ||
FROM eprosima/vulcanexus:jazzy | ||
|
||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y ros-iron-demo-nodes-cpp net-tools iptables | ||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y ros-jazzy-demo-nodes-cpp net-tools iptables | ||
|
||
COPY listener_configuration.xml server_configuration.xml talker_configuration.xml ./ |
Oops, something went wrong.