Skip to content

Commit

Permalink
Merge pull request #480 from iRobotEducation/shamlian/fix_broken_links
Browse files Browse the repository at this point in the history
Fix broken links in hazards.md
  • Loading branch information
shamlian authored Dec 12, 2023
2 parents 0f18c1e + 281529a commit f243bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/hazards.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ A boolean status will be periodically published on the `kidnap_status` topic.

### The `ir_intensity` topic

[7 sets of IR emitters and receivers](/hw/mechanical/#ir-proximity-sensors) are available in the front bumper to detect objects at close range.
[7 sets of IR emitters and receivers](../../hw/mechanical/#ir-proximity-sensors) are available in the front bumper to detect objects at close range.

The Create® 3 robot will periodically publish on the `ir_intensity` topic the raw intensity readings obtained from these sensors.
The message will be a vector where each element corresponds to a different sensor.
Expand Down Expand Up @@ -165,7 +165,7 @@ In particular the timestamp will denote when the robot detected the hazard and t

### The `cliff_intensity` topic

[4 sets of IR emitters and receivers](/hw/mechanical/#bottom-view) are available in on the bottom of the robot just behind its front bumper to detect presence or absence of the floor.
[4 sets of IR emitters and receivers](../../hw/mechanical/#bottom-view) are available in on the bottom of the robot just behind its front bumper to detect presence or absence of the floor.

The Create® 3 robot will periodically publish on the `cliff_intensity` topic the raw intensity readings obtained from these sensors.
The message will be a vector where each element corresponds to a different sensor.
Expand Down

1 comment on commit f243bae

@slowrunner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.