Skip to content

Commit c509afb

Browse files
Allow conversion from list[str] to std::vector<std::string> (#3423) (#3425)
(cherry picked from commit 0d84edb) Co-authored-by: Jens Vanhooydonck <jensvanhooydonck@gmail.com>
1 parent 63e7bfa commit c509afb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

moveit_py/src/moveit/moveit_ros/trajectory_execution_manager/trajectory_execution_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
#include <pybind11/pybind11.h>
4040
#include <pybind11/functional.h>
41+
#include <pybind11/stl.h>
4142
#include <moveit_py/moveit_py_utils/copy_ros_msg.hpp>
4243
#include <moveit_py/moveit_py_utils/ros_msg_typecasters.hpp>
4344
#include <rclcpp/rclcpp.hpp>

0 commit comments

Comments
 (0)