Skip to content

Commit

Permalink
mabelzhang/fix_custom_tutorial (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang authored Sep 30, 2021
1 parent 16975e9 commit 1d92937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/custom_sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ implement proprietary sensors that can't be shared publicly.
A simulated sensor consists of code that can be used to extract specific data
from a running simulation. A camera extracts pixels, an IMU extracts
accelerations, etc. This doesn't necessarily need to be done though Ignition
Sensors. On Ignition Gazebo, for example, it's implement functionality similar
to a sensor just using a system plugin without any connection to Ignition
Sensors.
Sensors. On Ignition Gazebo, for example, it's possible to implement
functionality similar to a sensor just using a system plugin without any
connection to Ignition Sensors.

With that in mind, it's worth going over some of the features that Ignition
Sensors provides that make it easier to implement sensors, instead of writing
Expand Down

0 comments on commit 1d92937

Please sign in to comment.