Bumper插件的解析与使用
1. Gazebo 官方教程里的bumper描述
3.bumper插件发出的topic消息类型是gazebo_msgs/ContactsState,定义如下:
std_msgs/Header header
gazebo_msgs/ContactState[] states
其中的gazebo_msgs/ContactState类型定义如下:
string info
string collision1_name
string collision2_name
geometry_msgs/Wrench[] wrenches
geometry_msgs/Wrench total_wrench
geometry_msgs/Vector3[] contact_positions
geometry_msgs/Vector3[] contact_normals
float64[] depths
gazebo_msgs/ContactsState真实内容如下:
---
header:
seq: 551