Normalize navigate_to_pose action names to be snake cased.#1484
Conversation
|
How did you test this? I'd like to make sure this does all of the following:
You're, at a minimum, missing the Make sure the following is no longer true: |
In no comprehensive way, really. I don't have a robot at hand to test, and I'll ping you back when that comes along.
Interesting. I thought I had made sure to change the action name but not the behavior name. Something else's missing clearly. |
|
Did you try it in simulation? |
What is the preferred simulation environment for Nav2 testing? |
|
Any movement here? Also please rebase off master, I pushed a bunch of updates to fix CI. |
|
It was tested by @ZakariaChekakta to work, @hidmic can you rebase to master so we can run CI and merge? |
|
@SteveMacenski my apologies for the delay, it's been a busy time. Will do and thank you @ZakariaChekakta! |
Signed-off-by: Michel Hidalgo <[email protected]>
8ff44cd to
031275b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1484 +/- ##
==========================================
+ Coverage 37.26% 37.33% +0.06%
==========================================
Files 227 227
Lines 11869 11869
Branches 5145 5145
==========================================
+ Hits 4423 4431 +8
+ Misses 4038 4026 -12
- Partials 3408 3412 +4
Continue to review full report at Codecov.
|
|
mhm, there seems to be something wrong. All the integration tests are failing. I just reran, maybe just a fluke. |
SteveMacenski
left a comment
There was a problem hiding this comment.
This can go in whenever it passes CI
|
Last failure is upstream in rclcpp, merging |
Basic Info
Note: it took me a while to get this one up due to lack of time and because I repeatedly attempted and failed to run
nav2_system_testslocally. I presume I'm not configuring my environment properly, but I didn't want to further delay this.Description of contribution in a few bullet points
Future work that may be required in bullet points
navigate_to_poseaction isn't the only one that may require snake casing (e.g. see theFollowWaypointsaction).