No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | ROS package to track and follow a target person |
Checkout URI | https://github.com/naivehobo/person_tracking.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2019-11-10 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
person_tracking | 0.0.0 |
README
Person Tracking
ROS package to detect and follow nearby objects.
The package is based on the 3D lidar and uses euclidean clustering and tracking on pointclouds to find and follow the nearest object.
Usage
Set the following parameters in person_tracker.launch
:
-
lidar_topic (defualt: "/scan")
: Topic where lidar pointclouds are published (type: sensor_msgs/PointCloud2) -
tracking_topic (default: "/start_tracking")
: Topic where commands are published to start/stop tracking (type: std_msgs/Bool) -
cmd_vel_topic (default: "/cmd_vel")
: Topic where velocity commands should be published (type: geometry_msgs/Twist) -
keep_points_upto (default: 10.0)
: Maximum distance around to bot in which obstacles should be searched -
distance_to_maintain (default: 1.0)
: Distance to maintain from the target at all times -
linear_threshold (default: 0.1)
: Minimum linear displacement from the target for bot to start moving -
angular_threshold (default: 0.1)
: Minimum angular displacement from the target for bot to start moving -
max_linear_speed (default: 0.5)
: Maximum linear speed for the robot -
min_linear_speed (default: 0.1)
: Minimum linear speed for the robot -
max_angular_speed (default: 1.0)
: Maximum angular speed for the robot -
min_angular_speed (default: 0.0)
: Minimum angular speed for the robot -
time_to_x (default: 1.0)
: Time it would take to reach the goal if the max velocity permits. Used for scaling linear velocity. -
time_to_angle (default: 1.0)
: Time it would take to reach the goal if the max velocity permits. Used for scaling angular velocity. -
clip_cloud (default: true)
: Clip the pointcloud to look for objects only in a specified angular range when tracking is off. -
clip_angle_min (default: -1.31)
: Minimum clipping angle (radian) -
clip_angle_max (default: 1.31)
: Maximum clipping angle (radian)
To launch the person tracking node:
roslaunch person_tracking person_tracker.launch
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.