moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
1.04k stars 512 forks source link

Added 'const' to setRobotStateFromPoint declaration parameters #2875

Closed ybnelan closed 2 months ago

ybnelan commented 3 months ago

issue: https://github.com/moveit/moveit2/issues/879 I made the integer parameter in the setRobotStateFromPoint function declaration a constant.

sjahr commented 2 months ago

Thanks for the PR but I think you'd need to update the function definition too in order to make this work. Given the size of the PR and how relevant this change is, I'll close the PR for now. If you'd like to contribute to moveit2 in a meaningful way, I'd recommend picking up one of the good first issues