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

Cleanup to ros_control_interface and trajectory execution #2208

Merged
merged 2 commits into from
May 30, 2023

Conversation

stephanie-eng
Copy link
Contributor

Description

Fix some comments, variable naming, documentation, etc. in moveit_ros_control_interface and trajectory execution

@@ -243,7 +243,6 @@ class Ros2ControlManager : public moveit_controller_manager::MoveItControllerMan
Ros2ControlManager()
: loader_("moveit_ros_control_interface", "moveit_ros_control_interface::ControllerHandleAllocator")
{
RCLCPP_INFO_STREAM(LOGGER, "Started moveit_ros_control_interface::Ros2ControlManager for namespace " << ns_);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I moved this to the other constructor that takes ns as an argument, because it looks like if using this constructor, ns_ would always be an empty string. That makes this print statement not very useful.

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (5fea33d) 50.54% compared to head (57f353f) 50.52%.

❗ Current head 57f353f differs from pull request most recent head c365fdb. Consider uploading reports for the commit c365fdb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2208      +/-   ##
==========================================
- Coverage   50.54%   50.52%   -0.01%     
==========================================
  Files         386      386              
  Lines       31736    31736              
==========================================
- Hits        16037    16031       -6     
- Misses      15699    15705       +6     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sjahr sjahr enabled auto-merge (squash) May 30, 2023 08:20
@sjahr sjahr merged commit bff572e into moveit:main May 30, 2023
6 of 7 checks passed
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.

None yet

4 participants