Skip to content

Commit

Permalink
Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Mar 5, 2024
1 parent e5244fa commit d828861
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP

namespace tesseract_planning
{
trajopt::TermInfo::Ptr
createCartesianWaypointTermInfo(int index,
const std::string& working_frame,
const Eigen::Isometry3d& c_wp,
const std::string& tcp_frame,
const Eigen::Isometry3d& tcp_offset,
const Eigen::VectorXd& coeffs,
trajopt::TermType type,
const Eigen::VectorXd& lower_tolerance = Eigen::VectorXd(),
const Eigen::VectorXd& upper_tolerance = Eigen::VectorXd());
trajopt::TermInfo::Ptr createCartesianWaypointTermInfo(int index,
const std::string& working_frame,
const Eigen::Isometry3d& c_wp,
const std::string& tcp_frame,
const Eigen::Isometry3d& tcp_offset,
const Eigen::VectorXd& coeffs,
trajopt::TermType type,
const Eigen::VectorXd& lower_tolerance = Eigen::VectorXd(),
const Eigen::VectorXd& upper_tolerance = Eigen::VectorXd());

trajopt::TermInfo::Ptr
createDynamicCartesianWaypointTermInfo(int index,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

namespace tinyxml2
{
class XMLElement;
class XMLDocument;
}
class XMLElement;
class XMLDocument;
} // namespace tinyxml2

namespace tesseract_planning
{
Expand Down

0 comments on commit d828861

Please sign in to comment.