Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #46 from aws-robotics/lidar-readme-update
Browse files Browse the repository at this point in the history
Document known issue with lidar messages
  • Loading branch information
timrobotson committed Oct 1, 2019
2 parents eda8426 + f24ee17 commit 6b371ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Robot metrics from ROS2 nodes are reported into CloudWatch Metrics `robomaker_cl
Operational metrics include:
- linear speed
- angular speed
- distance to nearest obstacle (closest lidar scan return)
- ~~distance to nearest obstacle (closest lidar scan return)~~ *Currently not working. See known issues below*
- distance to planned goal (bookstore only, requires its navigation system)

Health metrics include CPU and RAM usage.
Expand Down Expand Up @@ -154,6 +154,10 @@ You'll need to upload these to an s3 bucket, then you can use these files to
[create a simulation application](https://docs.aws.amazon.com/robomaker/latest/dg/create-simulation-application.html),
and [create a simulation job](https://docs.aws.amazon.com/robomaker/latest/dg/create-simulation-job.html) in RoboMaker.

## Known Issues

There is currently an issue with the LaserScan messages emitted from the [gazebo lidar plugin](https://github.com/ros-simulation/gazebo_ros_pkgs/wiki/ROS-2-Migration:-Ray-sensors) not being received by the `monitor_obstacle_distance` node. We're still investigating why this is occuring.

## AWS ROS Packages used by this Sample

- [utils-common](https://github.com/aws-robotics/utils-common)
Expand Down

0 comments on commit 6b371ca

Please sign in to comment.