Gazebo | Ignition | Community
Ask Your Question
1

Actors in ROS Melodic, Gazebo 9

asked 2018-11-15 17:38:09 -0500

Maneesh J gravatar image

Hi, I am using ROS Melodic and Gazebo9 for simulating a world that has a bunch of VLP-16 Lidar sensors. I am using gazebo_ros to read the Gazebo world in ROS and visualize it in RVIZ I am able to visualize a model (with<model> tag) in RViz, but I cannot get an actor to be visualized. I want to use actors to build animated models that I can run in Gazebo and visualize the data in RVIZ. I was wondering if ROS supports actors/animated models ?

Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-19 07:50:01 -0500

wentz gravatar image

I think to visualize them in RVIZ you will need a plugin to publish the joint_states of the actor and a plugin which builds and updates the tf-tree for this actor. For visualization also an urdf is requiered in rviz.

I think the effort isn't worth it. Maybe you could write a simple model plugin which takes the models position and publishes them as different Marker. This could easily be done.

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

2 followers

Stats

Asked: 2018-11-15 17:36:10 -0500

Seen: 997 times

Last updated: Nov 19 '18