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 route speed functions #466

Merged
merged 8 commits into from
Aug 1, 2017

Conversation

elliotjo
Copy link
Contributor

No description provided.

@malban
Copy link

malban commented Jul 27, 2017

Can you rebase this with master?

@elliotjo
Copy link
Contributor Author

Rebased

@@ -4,6 +4,8 @@ project(swri_route_util)
set(BUILD_DEPS
marti_nav_msgs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you're missing dependencies on marti_common_msgs, swri_route_util, and visualization_msgs.

@@ -16,6 +16,8 @@
<depend>marti_nav_msgs</depend>
<depend>roscpp</depend>
<depend>swri_transform_util</depend>
<depend>swri_math_util</depend>
<depend>swri_geometry_util</depend>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment on CMakeLists.txt about missing dependencies.

swri_math_util::Interpolation1D speed_curve_;

// Filter constant used when estimating route curvature. Larger
// values result in smoother curvature estiamtes with fewer spikes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here "estiamtes"

Elliot Johnson added 7 commits July 28, 2017 13:22
Nothing implemented yet, just setting precedence for the approach.
This commit fixes two issues found in the last commit.  A boolean
value was inverted causing all obstacles to be ignored, and a loop
index variable was being incremented twice.
Fixing issues raised by Ed on github and removing trailing whitespace.
@elliotjo
Copy link
Contributor Author

Addressed Ed's comments and rebased again.

@malban
Copy link

malban commented Jul 28, 2017

Is the build failure unrelated?

@evenator
Copy link
Contributor

@malban It looks like we have some flaky tests in swri_transform_util. I'll rerun the failed builds.

@evenator
Copy link
Contributor

I'm tracking the flaky test in #468, if @pjreed or @malban is looking for a challenge.

@malban malban merged commit 6475f81 into swri-robotics:master Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants