Cleanup from #107 #158
Conversation
| */ | ||
| #ifndef nav2_costmap_2d_ARRAY_PARSER_H | ||
| #define nav2_costmap_2d_ARRAY_PARSER_H | ||
| #ifndef NAV2_COSTMAP_2D_ARRAY_PARSER_H |
There was a problem hiding this comment.
Does this pass cpplint? I thought it wanted two _ between the path and the filename part eg NAV2_COSTMAP_2D__ARRAY_PARSER_H
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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_ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
@SteveMacenski - can you please make this change and we can get this approved
|
changed guards to |
* adding documentation for nav through poses PR * adding new params for nav through poses
* 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 <stevenmacenski@gmail.com> * 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 <stevenmacenski@gmail.com> * 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 <stevenmacenski@gmail.com>
I believe that's the end of that PR. Let me know if there's anything else I missed.
S