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

Update urdf/model.h -> urdf/model.hpp #3003

Merged
merged 5 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion moveit_core/constraint_samplers/test/pr2_arm_ik.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#pragma once

#include <urdf_model/model.h>
#include <urdf/model.h>
#include <urdf/model.hpp>
sea-bass marked this conversation as resolved.
Show resolved Hide resolved
#include <Eigen/Geometry>
#include <Eigen/LU> // provides LU decomposition
#include <kdl/chainiksolver.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#include <kdl/chainfksolverpos_recursive.hpp>

#include <urdf/model.h>
#include <urdf/model.hpp>

#include <moveit/kinematics_base/kinematics_base.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#pragma once

#include <srdfdom/srdf_writer.h>
#include <urdf/model.h>
#include <urdf/model.hpp>
#include <moveit/robot_model/robot_model.h>
#include <geometry_msgs/msg/pose.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include <moveit/macros/class_forward.h>
#include <moveit/rdf_loader/synchronized_string_parameter.h>
#include <urdf/model.h>
#include <urdf/model.hpp>
#include <srdfdom/model.h>
#include <rclcpp/rclcpp.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#pragma once

#include <moveit_setup_framework/config.hpp>
#include <urdf/model.h> // for testing a valid urdf is loaded
#include <urdf/model.hpp> // for testing a valid urdf is loaded

namespace moveit_setup
{
Expand Down
Loading