![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
#include <gazebo/gazebo.hh>
#include <gazebo/gazebo_client.hh>
#include <gazebo/msgs/msgs.hh>
#include <gazebo/transport/transport.hh>
#include <ros/ros.h>
#include <std_msgs/Empty.h>
Go to the source code of this file.
Classes | |
class | CrashDetector |
ROS node that listens on a gazebo topic for collisions and publishes to a ROS topic. More... | |
Variables | |
constexpr const char * | TOPIC_CRASH = "/crash" |
constexpr const char * | TOPIC_GAZEBO_SENSOR_WALLS |
constexpr const char * | TOPIC_GAZEBO_SENSOR_DECORATION |
constexpr const char* TOPIC_CRASH = "/crash" |
Definition at line 10 of file crash_detector.h.
constexpr const char* TOPIC_GAZEBO_SENSOR_DECORATION |
Definition at line 13 of file crash_detector.h.
constexpr const char* TOPIC_GAZEBO_SENSOR_WALLS |
Definition at line 11 of file crash_detector.h.