-
Notifications
You must be signed in to change notification settings - Fork 17
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 #375 from PTG-Kitware/experiment/upgrade-to-iron
Upgrade to ROS2 Iron
- Loading branch information
Showing
58 changed files
with
3,432 additions
and
3,681 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
############################################################################### | ||
# Global Options | ||
|
||
[mypy] | ||
# Files/Directories to investigate. | ||
files = angel_system, tests, ros/angel_utils/python/angel_utils, ros/angel_system_nodes/angel_system_nodes | ||
|
||
# Disable caching | ||
incremental = False | ||
|
||
# Disallows defining functions without type annotations or with incomplete type | ||
# annotations. | ||
disallow_untyped_defs = True | ||
|
||
############################################################################### | ||
# Options for different parts of angel_system | ||
|
||
;[mypy-angel_system.*] | ||
|
||
;[mypy-tests.*] | ||
|
||
############################################################################### | ||
# TPL-module options | ||
|
||
[mypy-rclpy.*] | ||
ignore_missing_imports = True |
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 @@ | ||
3.10.12 |
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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd"> | ||
<!-- See docs: https://github.com/eclipse-cyclonedds/cyclonedds/blob/0.10.3/docs/manual/options.md --> | ||
<CycloneDDS xmlns="https://cdds.io/config" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/0.10.3/etc/cyclonedds.xsd"> | ||
<Domain id="any"> | ||
<General> | ||
<NetworkInterfaceAddress>${CYCLONE_DDS_INTERFACE}</NetworkInterfaceAddress> | ||
<Interfaces> | ||
<NetworkInterface name="${CYCLONE_DDS_INTERFACE}"/> | ||
</Interfaces> | ||
</General> | ||
</Domain> | ||
</CycloneDDS> |
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,6 +1,6 @@ | ||
#!/bin/bash | ||
set -e | ||
# Workspace build component -- NPM component build / installation | ||
pushd "${ANGEL_WORKSPACE_DIR}"/src/angel_utils/multi_task_demo_ui | ||
pushd "${ANGEL_WORKSPACE_DIR}"/ros/angel_utils/multi_task_demo_ui | ||
npm install | ||
popd |
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ Welcome to ANGEL System's documentation! | |
|
||
algorithms/index | ||
system/index | ||
local_python_env | ||
python_tpl | ||
|
||
|
||
|
Oops, something went wrong.