-
Notifications
You must be signed in to change notification settings - Fork 1
ros_srv
moscowsky edited this page Aug 25, 2022
·
11 revisions
File: srv/SetObjects.srv
Service description
# Change sheet containing object identifiers according to the object base
# To add an object, add its identifier to the list
# To remove an object, add its identifier to the list with a minus sign
int64[] changes
# If true, then removes all objects from the list (the node does not detect anything)
bool remove_all
# If true, then adds all objects from the database to the recognition list
bool add_all
# If remove_all and add_all are both true then nothing happens
---
# Object sheet for recognition after changes
int64[] result
Allows you to add and remove objects to the node recognition list extended_object_detection_node.
Video tutorial on using the service
- Language: russian
- Subtitles: no
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting