resolve pipeline
This commit is contained in:
parent
61878375aa
commit
23489d7b7a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#define INIT_SCENE_PARAM_NAME "init_scene"
|
||||
#define CUSTOM_MODEL_PATH_PARAM_NAME "models_paths"
|
||||
|
||||
static geometry_msgs::msg::Pose pose_from_pose3d(const gz::math::Pose3d &pose)
|
||||
static geometry_msgs::msg::Pose pose_from_pose3d(const ignition::math::Pose3d &pose)
|
||||
{
|
||||
geometry_msgs::msg::Pose result;
|
||||
auto position = pose.Pos();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue