personalrobotics / ada_ros2

ROS2 Hardware Interface and Description for the ADA Robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Servo Node should listen to the monitored planning scene topic

amalnanavati opened this issue · comments

The servo node allows us to pass in a parameter specifying where the primary planning scene monitor will publish updates, so its planning scene can also be updated. (code here). We do not currently use that parameter, but should

Note that the above change does not address the issue where the Servo node doesn't account for Octomap collisions, see moveit2#2548.

Closed with #33