-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Move Nav2 CI to 24.04 / Rolling #4298
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
Changes from all commits
16c37cb
6ce2187
fc3c5fe
5045bd7
40976ea
a582494
56372f0
481b777
17b434e
6699cb5
476050c
ffdd515
e451b1c
f17374e
abda167
1c5a90c
10bade2
fd719ff
75a6282
b676fc5
7c0a9ac
6fc3344
7034a1d
32dfd1c
ebd9fcb
2b48c37
d7b3c83
974e051
f77277f
19940fb
7d9aa4c
4bc062c
f671d38
1b559a8
c3ecef9
93bd849
ffb9ea0
12588f5
80d5238
fdd0660
ffb8584
8246c78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,7 +57,7 @@ inline BT::NodeStatus GoalUpdater::tick() | |
|
|
||
| getInput("input_goal", goal); | ||
|
|
||
| callback_group_executor_.spin_some(); | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This fixes the goal_updater test. The problem is that for some reason with I've also check that this fails in other tests like I don't think this is a recent issue, I've seen this in the past. I'd propose in this PR to just fix what is obviously broken and create a separate ticket to check whether or not
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Worth noting to @clalancette. Not a 100% known problem, but seems like a good datapoint to have for if things later come up that rhyme with this. Calling |
||
| callback_group_executor_.spin_all(std::chrono::milliseconds(50)); | ||
|
|
||
| if (last_goal_received_.header.stamp != rclcpp::Time(0)) { | ||
| auto last_goal_received_time = rclcpp::Time(last_goal_received_.header.stamp); | ||
|
|
||
SteveMacenski marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.