PickNikRobotics / rviz_visual_tools

C++ API wrapper for displaying shapes and meshes in Rviz
771 stars 243 forks source link

Add new function to display arrow #43

Closed Nandite closed 8 years ago

Nandite commented 8 years ago

@VictorLamoine We added this function for making the publish of arrow easier. You just have to have to give as parameters the start point and the end point of your arrow. I think it is more convenient than using a affine3d or geometry_msgs Pose when you just want to display an arrow. What do you think about that ?

davetcoleman commented 8 years ago

Why are there two PRs?