ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to draw a CollisionObject from fcl library in Rviz?

asked 2015-02-19 05:02:21 -0500

RSA_kustar gravatar image

I created a collision object from FCL library as follows:

        boost::shared_ptr<Sphere> Shpere0(new Sphere(0.5));
        Transform3f tf0 ; 
         tf0.setIdentity();
         tf0.setTranslation(Vec3f(0,0,0));
         tf0.setQuatRotation(Quaternion3f(0, 0, 0, 0));
         CollisionObject co0(Shpere0, tf0);

// I want to draw the Collision Object in Rviz..

Any suggestions ??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-02-19 06:27:14 -0500

gvdhoorn gravatar image

You might be interested in the moveit_visual_tools by Dave Coleman.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-19 05:02:21 -0500

Seen: 755 times

Last updated: Feb 19 '15