-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add ROS 2 support #1
Comments
Notes:
|
Hi, I'm trying to get trac_ik_python compiling for ros2 but without success... |
Hi @SteveNguyen, unfortunately I haven't had the time to look at Edit: |
This is a meta-ticket that I'll use to track progress for multiple smaller items. Notably:
trac_ik_lib
: ([trac_ik_lib
,trac_ik_examples
]: Add support for ROS 2 #2)rclcpp
compliant.TracIK
constructor to accept astd::string
of the URDF XML robot description file, rather than astd::string
of the parameter housing the robot description XML. This was necessary because parameters are not global in ROS 2, and because I didn't want to publish the XML on arobot_description
topic (although that's how it's done inrobot_state_publisher
).roscpp
logging macros torclcpp
logging macros.boost::posix_time::ptime
tostd::chrono::time_point
.boost
dependencies.trac_ik_kinematics_plugin
: ([trac_ik_kinematics_plugin
]: Add support for ROS 2 #9)moveit2
.moveit
documentation about thetrac_ik
library and about writing said plugins.trac_ik_python
: ([trac_ik_python]: Add suport for ROS 2 #5)rospy
torclpy
.ament_cmake_python
functions to install the package.boost
dependencies.tf
/tf_conversions
totf2
/tf2_kdl
.trac_ik
Python class API. What to do about the URDF string? Ideally it should mimictrac_ik_lib
.trac_ik_examples
: ([trac_ik_lib
,trac_ik_examples
]: Add support for ROS 2 #2)pr2.urdf
file into the package launch tree.xacro
on thepr2.urdf.xacro
from thepr2_description
package.pr2_common
is not published as a ROS 2 package.rclcpp
compliant.boost::posix_time::ptime
tostd::chrono::time_point
.boost
dependencies.trac_ik_lib
. #10catkin
toament
.trac_ik2
?The text was updated successfully, but these errors were encountered: