Skip to content

Conversation

@SteveMacenski
Copy link
Member

  • changing emails for Oregon team
  • fixing header guards from search replace on costmap_2d remap

I believe that's the end of that PR. Let me know if there's anything else I missed.

S

*/
#ifndef nav2_costmap_2d_ARRAY_PARSER_H
#define nav2_costmap_2d_ARRAY_PARSER_H
#ifndef NAV2_COSTMAP_2D_ARRAY_PARSER_H
Copy link

Choose a reason for hiding this comment

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

Does this pass cpplint? I thought it wanted two _ between the path and the filename part eg NAV2_COSTMAP_2D__ARRAY_PARSER_H

Choose a reason for hiding this comment

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

This directory has a lot of issues still w/ the linters. Since the spirit of this PR was directory re-org, I suggest leaving that for a separate PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed all to have double underscores.

*********************************************************************/
#ifndef nav2_costmap_2d_nav2_costmap_2d_ROS_H_
#define nav2_costmap_2d_nav2_costmap_2d_ROS_H_
#ifndef NAV2_COSTMAP_2D_nav2_costmap_2d_ROS_H_
Copy link

Choose a reason for hiding this comment

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

I think this should be NAV2_COSTMAP_2D__COSTMAP_2D_ROS_H_ That is, uppercase filename part, no nav2 prefix on the filename part and double underscores.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@SteveMacenski - can you please make this change and we can get this approved

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@SteveMacenski
Copy link
Member Author

changed guards to __ and requested changes. I'm not having cycles this week to fix linting issues.

@ghost ghost merged commit 507e37d into ros-navigation:master Oct 15, 2018
ghost pushed a commit to logivations/navigation2 that referenced this pull request Mar 7, 2022
mini-1235 pushed a commit to mini-1235/navigation2 that referenced this pull request Feb 5, 2025
* adding documentation for nav through poses PR

* adding new params for nav through poses
mini-1235 pushed a commit to mini-1235/navigation2 that referenced this pull request Feb 5, 2025
* corrected the BT example to the current one

* fixed xml code block formatting

* completed first portion of custom_bt tutorial

* added NavigateWithReplanning explaination

* added recovery fallback tutorial

* Apply suggestions from Steve's code review

Co-authored-by: Steve Macenski <[email protected]>

* Added BT Custom Node Walk Through (#1)

* adding reference to the getting started guide

* fixed xml indentation

* adding images, test to see how it renders

* fixing XML, and BT rendering

* adding overview of custom BT nodes

* added pictures for pipeline sequence

* fixed typos on image, and guide

* added recovery node explaination

* addding round robin explaination

* getting rid of build folder and vscode folder

* Editing, Added Explanation through Recovery subtree (ros-navigation#2)

* Apply suggestions from code review

Co-authored-by: Steve Macenski <[email protected]>

* Update Foxy.rst

* Nav through poses2: Adding parameters (ros-navigation#158)

* adding documentation for nav through poses PR

* adding new params for nav through poses

* attempt at moving custom Nav2 BT nodes to it's own section

* attempt to fix the pipe rendering issue

* changing references so that they are navigate to pose with replanning and recovery

* putting new page in a folder in an attempt to get the BT XML page working

* fix page link for config guide, play around to render bullets

* brushing up in response to comments

* fixing link so that they lead directly to the specific nodes

* correcting minor typos and comments

* moving to main behavior tree section

* fixing typo in index so that TOC works

* trying relative path in case that fixes the link to nav2_specific_nodes

* still trying to link to overview/specific_nodes

* ok hopefully this is the final time here, successful link

* fixing images

Co-authored-by: Steve Macenski <[email protected]>
This pull request was closed.
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.

3 participants