Enabling multiple cameras in Autoware(with LGSVL)
Hello!, Is there any documentation/pointers on how to enable multiple cameras on(for example: with LGSVL) Autoware.AI? Thanks.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello!, Is there any documentation/pointers on how to enable multiple cameras on(for example: with LGSVL) Autoware.AI? Thanks.
I'm not sure what you mean by "enabling" multiple cameras. Autoware.AI uses a decentralized sensor processing architecture so the data from each sensor is processed independently into abstract items like "objects" or" obstacles" before being used.
If you want to use multiple cameras to, for example, detect objects, each camera will have its own object detection pipeline and you'll have to come up with a way to combine the objects detected by all of the cameras before they are used, for example, in the obstacle avoidance node. The object fusion functionality is not available out-of-the-box but it shouldn't be too difficult to implement.
@josh-whitley - Sorry I was not clear. Yes, the question was to use multiple cameras to have larger field of view around the vehicle. And your answer really helped in terms how to support that use-case, Thanks.
Please remember to accept the answer if it answered your question (the checkmark under the score buttons).
Ah yes, thanks for pointing that out. (I'm kind of new to this group :-).)
Asked: 2020-07-16 16:24:01 -0600
Seen: 345 times
Last updated: Jul 18 '20
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()
How to put Hokuyo laser sensor on p2os?