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
No description provided.
The text was updated successfully, but these errors were encountered:
void CartesianImpedanceController::equilibriumPoseCallback(const geometry_msgs::msg::PoseStamped::SharedPtr msg) { std::lock_guard<std::mutex> position_d_target_mutex_lock(position_and_orientation_d_target_mutex_); position_d_target_ << msg->pose.position.x, msg->pose.position.y, msg->pose.position.z; Eigen::Quaterniond last_orientation_d_target(orientation_d_target_); orientation_d_target_.coeffs() << msg->pose.orientation.x, msg->pose.orientation.y, msg->pose.orientation.z, msg->pose.orientation.w; if (last_orientation_d_target.coeffs().dot(orientation_d_target_.coeffs()) < 0.0) { orientation_d_target_.coeffs() << -orientation_d_target_.coeffs(); } }
Sorry, something went wrong.
adapt publisher to be in standard marker
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: