Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add types to Action with rhel roscli fix #1361

Open
wants to merge 23 commits into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
46a3488
Add types to Action objects
InvincibleRMC Aug 28, 2024
d8269e7
fix inheritance order
InvincibleRMC Aug 28, 2024
59b2665
move type into string
InvincibleRMC Aug 28, 2024
1230da4
string around type
InvincibleRMC Aug 28, 2024
13ccdc2
missed string type
InvincibleRMC Aug 28, 2024
332ce76
Merge branch 'rolling' into action-types
InvincibleRMC Aug 30, 2024
34b32bd
Merge branch 'rolling' into action-types
InvincibleRMC Aug 31, 2024
af90ef5
switch to 2 arg generics for clients/services
InvincibleRMC Aug 31, 2024
599a177
Merge branch 'rolling' into action-types
InvincibleRMC Sep 4, 2024
3e4ae31
Merge branch 'rolling' into action-types
InvincibleRMC Sep 4, 2024
e62e77f
move import into TYPE_CHECKING block
InvincibleRMC Sep 4, 2024
423976a
Type over type
InvincibleRMC Sep 5, 2024
85227ae
Add ClassVar
InvincibleRMC Sep 5, 2024
31908a4
Merge branch 'rolling' into action-types
InvincibleRMC Sep 20, 2024
4092a92
Hopefully fix rhel failure
InvincibleRMC Sep 20, 2024
55dbdf8
Merge branch 'ros2:rolling' into action-types
InvincibleRMC Oct 4, 2024
09c9429
Merge branch 'rolling' into action-types
mergify[bot] Nov 1, 2024
f1d3dd8
Merge branch 'rolling' into action-types
InvincibleRMC Nov 20, 2024
359af3d
re-run CI
InvincibleRMC Nov 20, 2024
7984bd4
re-run CI
InvincibleRMC Nov 20, 2024
f7fd296
Merge branch 'rolling' into action-types
InvincibleRMC Jan 5, 2025
195d364
Merge remote-tracking branch 'origin/rolling' into action-types
InvincibleRMC Jan 9, 2025
b6c13b6
Fix import
InvincibleRMC Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"python.autoComplete.extraPaths": [
"/opt/ros/rolling/lib/python3.12/site-packages"
],
"python.analysis.extraPaths": [
"/opt/ros/rolling/lib/python3.12/site-packages"
]
}
Loading