-
Notifications
You must be signed in to change notification settings - Fork 1.7k
bugfix-Segmentaion fault in planner_server node. #1608 #1609
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
bugfix-Segmentaion fault in planner_server node. #1608 #1609
Conversation
SteveMacenski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to run the linters ament_uncrustify and ament_cpplint as you have unlinted code. Also, this needs to be retargeted to master.
| geometry_msgs::msg::PoseStamped goal_copy; | ||
| goal_copy.pose = goal; | ||
| plan.poses.push_back(goal_copy); | ||
| if (plan.poses.size() > 2){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if (plan.poses.size() > 2){ | |
| if (plan.poses.size() > 2) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected the changes requested. Regarding retarget to master, does that mean the eloquent- devel will not have these changes? or master will be merged later to eloquent-devel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, should I create a new pull request for the master branch with cherrypicked commits from the current pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Master may be eventually synced with eloquent, but all new development goes to master. You may create a new PR or rebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1612 have raised the new PR, we can close this PR
…replace last pose of computed path
Codecov Report
@@ Coverage Diff @@
## eloquent-devel #1609 +/- ##
=================================================
Coverage ? 36.14%
=================================================
Files ? 233
Lines ? 12089
Branches ? 5251
=================================================
Hits ? 4369
Misses ? 4502
Partials ? 3218
Continue to review full report at Codecov.
|
Basic Info