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

move visualization-related publishers from HuberoPlannerROS to Visualization class #80

Open
rayvburn opened this issue Jul 7, 2022 · 0 comments
Labels
backlog Issue to be done enhancement New feature or request

Comments

@rayvburn
Copy link
Owner

rayvburn commented Jul 7, 2022

	/// @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_;
@rayvburn rayvburn added enhancement New feature or request backlog Issue to be done labels Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issue to be done enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant