magnetic field sensor in gazebo?
hi all, how can i modell a magnetic field sensor in Gazebo?? Can anybody please help me?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
hi all, how can i modell a magnetic field sensor in Gazebo?? Can anybody please help me?
You can use the gazebo_ros_p3d plugin to retrieve ground truth pose data. Depending on your needs you might want to increase gaussian noise, or write your own plugin based on gazebo_ros_p3d (if you need a more sophisticated error model than gaussian noise).
<controller:gazebo_ros_p3d name="quadro_groundtruth_sim" plugin="libgazebo_ros_p3d.so">
<alwaysOn>true</alwaysOn>
<updateRate>100.0</updateRate>
<bodyName>quadrotor_base</bodyName>
<topicName>ground_truth_pose</topicName>
<gaussianNoise>0.0</gaussianNoise>
<frameName>map</frameName>
<interface:position name="my_box_p3d_position_iface" />
</controller:gazebo_ros_p3d>
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-01-06 05:08:47 -0500
Seen: 1,352 times
Last updated: Jan 06 '12
IMU: What is the "w" in the IMU data
Some part of the robot display below map ?
urdf_spawner -J option not working as intended
Has anyone worked with a mobile robot simulation on terrain in Gazebo? [closed]
How can I create a skydome in Gazebo?
ROS bags + Gazebo synchronization issue
ROS2+Gazebo What options do we have for joint control?