vehicle_description

vehicle_description

Simulates a LiDAR and obstacles in Gazebo.

Input

The vehicle's position and orientation needs to be updated in Gazebo with:

NameDescription
/state/xglobal x position (m)
/state/yglobal y position (m)
/state/psiglobal heading angle (rad)

Output

rostopicrosmsg
/lidar_pointsPointCloud

Flags

NameDescription
/vehicle_description/flag/lidar_initializedindicates if lidar has been initialized
/vehicle_description/flag/obstacles_initializedindicates if lidar has been initialized
/vehicle_description/flag/position_update_externalif this is set to true the position of the vehicle is set internally

demo

A stand-alone demo to show that the LiDAR model in the vehicle_description package is working and the position of the vehicle can be modified.

To Run

roslaunch vehicle_description demo.launch

Expected Output

Gazebo should pop up and the vehicle starts to drive slowly through an obstacle field.