Gazebo | Ignition | Community
Ask Your Question
0

Attach reference frames to models

asked 2014-01-26 17:50:05 -0500

Peaches491 gravatar image

I am currently setting up a simulation in Gazebo 2.0. In this scene, there will be a number of objects that the robot will need to interact with.

Is there a way to define coordinate frames relative to the models in the scene, and make them available through TF? If so, how would I go about implementing them?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-01-27 02:15:08 -0500

You can use a robot_state_publisher to send the robots state to tf... robot_state_publisher

for that you will need a gazebo plugin that publishes the joint states

This can be easily done by a ros_controll plugin as described here:

ROS_Control_with_Gazebo

(the important thing is the joint_state_controller...)

I hope this help

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-26 17:50:05 -0500

Seen: 1,357 times

Last updated: Jan 27 '14