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

Raytrace free space based on max_distance #8

Merged
merged 2 commits into from
Sep 22, 2015

Conversation

servos
Copy link
Contributor

@servos servos commented Sep 22, 2015

Ray trace out the the max_distance param

@servos
Copy link
Contributor Author

servos commented Sep 22, 2015

@efernandez review please

@@ -33,7 +41,7 @@ typedef std::pair<RayTraceIterator, RayTraceIterator> RayTraceIterRange;
/// in for loops, std::for_each, etc.
RayTraceIterRange rayTrace (const nav_msgs::MapMetaData& info, const geometry_msgs::Point& p1,
const geometry_msgs::Point& p2, bool project_target_onto_grid=false,
bool project_source_onto_grid=false);
bool project_source_onto_grid=false, float max_range = -1);
Copy link
Member

Choose a reason for hiding this comment

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

Add the new param to the doxygen above:

/// \param max_range ...

@efernandez
Copy link
Member

👍

servos added a commit that referenced this pull request Sep 22, 2015
Raytrace free space based on max_distance
@servos servos merged commit 4086bee into indigo-devel Sep 22, 2015
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.

2 participants