We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HuberoPlannerROS
Visualization
/// @section Publishers /// @brief Global plan publisher (for visualisation) ros::Publisher g_plan_pub_; /// @brief Local plan publisher (for visualisation) ros::Publisher l_plan_pub_; /// @brief Explored trajectories PCL publisher (for visualisation) ros::Publisher traj_pcl_pub_; /// @brief TTC trajectories PCL publisher (for visualisation) ros::Publisher ttc_pcl_pub_; /// @brief Publishes the potential field generated by the cost function, ref: base_local_planner::MapGridVisualizer ros::Publisher cost_grid_pcl_pub_;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: