Skip to content

LTU-Actor/Route-Obstacle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obstacle Detector

Uses sensor information to determine where objects are located around the vehicle. Regions allow for square areas to be defined around the vehicle to detect objects in specific locations.

Required ROS Params

~sub_topic sets the topic the subscriber receives the lidar data on (sensor_msgs::PointCloud2).

Note: Our implementation only makes use of a 3D Velodyne lidar to detect objects.

Example Launch File

<node name="region" pkg="ltu_actor_route_obstacle" type="region" >
  <param name="sub_topic" value="/lidar/vh_wm_points" />
</node>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published