ros-industrial-attic / yak_ros

Example ROS frontend node for the Yak TSDF package
Apache License 2.0
48 stars 22 forks source link

Remove unused ROS2 code and support #47

Closed schornakj closed 4 years ago

schornakj commented 4 years ago

yak_ros and yak_ros2 each support only one version of ROS (ROS1 and ROS2, respectively). This PR removes some potentially-confusing unneeded functionality that was added when yak_ros was intended to support both ROS versions.

I didn't rename the headers or exported libraries, since that breaks compatibility with projects that use the libraries provided here. I'll address that in a future PR.