-
Notifications
You must be signed in to change notification settings - Fork 316
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
ROS2 Trapezoidal planner + mobility testing #704
Conversation
…oidal should be converted now, but waiting for other dependencies for testing
…_export_dependencies to choreographer
…re we can't subtract different types of time
To test this: Did A LOT of things in this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a few things I noticed that I think should be pretty easy to fix.
@@ -30,7 +30,7 @@ class CtlComponent : public ff_util::FreeFlyerComponent { | |||
explicit CtlComponent(const rclcpp::NodeOptions & options) : ff_util::FreeFlyerComponent(options, NODE_CTL) {} | |||
~CtlComponent() {} | |||
// This is called when the nodelet is loaded into the nodelet manager | |||
void Initialize(NodeHandle nh) { | |||
void Initialize(NodeHandle &nh) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C++ is the worst language
mobility/planner_trapezoidal/src/planner_trapezoidal_component.cc
Outdated
Show resolved
Hide resolved
a48068b
to
bf51ab4
Compare
No description provided.