Skip to content

Commit

Permalink
feat(autoware_objects_of_interest_marker_interface): porting from uni…
Browse files Browse the repository at this point in the history
…verse to core, autoware_objects_of_interest_marker_interface, fix readme spell issue: v0.1

Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
  • Loading branch information
liuXinGangChina committed Jan 15, 2025
1 parent ad0dfa9 commit a145d20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.

For a object to be visualizaed, it has three import characteristics.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
- shape the shape of the Bounding box of the object
- color the color of the Bounding box of the object
Expand All @@ -34,8 +34,8 @@ objects_of_interest_marker_interface_.insertObjectData(
stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
```

### pubish
pubish object information to the rviz to visualize
### publish
publish object information to the rviz to visualize
```cpp
objects_of_interest_marker_interface_.publishMarkerArray();
```

0 comments on commit a145d20

Please sign in to comment.