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

41 port cvp mesh planner pkg to ros2 #46

Merged
merged 11 commits into from
Jan 30, 2024

Conversation

Cakem1x
Copy link
Member

@Cakem1x Cakem1x commented Jan 24, 2024

This PR ports the cvp mesh planner pkg to ROS2 and fixes #41.
It also contains commits with changes to the README from master, which are inconsequential to #41. But it doesn't hurt to get these commits to the humble branch as well.

Based on #44, so best review PR44 first.

@Cakem1x Cakem1x requested a review from mrvsht January 24, 2024 14:36
@Cakem1x Cakem1x self-assigned this Jan 24, 2024
@Cakem1x Cakem1x linked an issue Jan 24, 2024 that may be closed by this pull request
@Cakem1x Cakem1x marked this pull request as ready for review January 24, 2024 14:38
virtual uint32_t makePlan(const geometry_msgs::msg::PoseStamped& start,
const geometry_msgs::msg::PoseStamped& goal,
double tolerance,
std::vector<geometry_msgs::msg::PoseStamped>& plan, double& cost,
Copy link
Contributor

Choose a reason for hiding this comment

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

you have formatted each variable in a line, but not cost

Copy link
Member Author

Choose a reason for hiding this comment

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

whoops, will fix it!

double cost_limit = 1.0;
//! The vector field back tracking step width.
double step_width = 0.4;
} config_;
Copy link
Contributor

Choose a reason for hiding this comment

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

I did this with member variables in the ftc_controller.
But i like this option, to use a struct member variable with all config options.
Maybe we can change it inside the ftc_controller and use this option for all mbf_plugins

Base automatically changed from 40-port-dijkstra_mesh_planner-pkg-to-ros2 to humble January 30, 2024 10:01
@Cakem1x Cakem1x merged commit 6b69c01 into humble Jan 30, 2024
0 of 2 checks passed
@Cakem1x Cakem1x deleted the 41-port-cvp_mesh_planner-pkg-to-ros2 branch January 30, 2024 10:04
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.

port cvp_mesh_planner pkg to ROS2
3 participants