You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two packages in this repository: kdl_parser and kdl_parser_py. We've had a ROS 2 port for the first one for a long time, but we have never gotten around to porting kdl_parser_py to ROS 2. This is a good first task for someone to pick up. The rough steps as I see them:
Make sure the code in the kdl_parser_py package is up-to-date with the fixes that have landed on the noetic-devel branch.
There are two packages in this repository:
kdl_parser
andkdl_parser_py
. We've had a ROS 2 port for the first one for a long time, but we have never gotten around to portingkdl_parser_py
to ROS 2. This is a good first task for someone to pick up. The rough steps as I see them:kdl_parser_py
package is up-to-date with the fixes that have landed on the noetic-devel branch.kdl_parser_py
package to be a pure Python package and not use CMakeLists.txt at all (see https://github.com/ros2/demos/tree/2b94e70a06d9a0b37ba6b7d3405e5e2d1779e509/demo_nodes_py as one example of a pure Python package).The text was updated successfully, but these errors were encountered: