#include <gazebo/gazebo_client.hh>
#include <gazebo/transport/transport.hh>
Go to the source code of this file.
|
class | ChaseCam |
| Chase camera Gazebo node that listens to racer pose messages and updates the Gazebo client camera pose so that it follows the car, similar to a racing video game. More...
|
|
const ignition::math::Vector3d CAMERA_OFFSET |
( |
-1. |
7, |
|
|
0 |
, |
|
|
0. |
5 |
|
) |
| |
const std::string CAR_NAME = std::string("racer") |
constexpr const char* TOPIC_CAMERA_POSE = "/gazebo/racetrack/user_camera/joy_pose" |
constexpr const char* TOPIC_GAZEBO_POSES = "/gazebo/racetrack/pose/info" |