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 | Q&A answers.ros.org |
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 :-).)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-07-16 16:24:01 -0600
Seen: 223 times
Last updated: Jul 18 '20
Autoware Openplanner Following behaviour
Could not find a package configuration file - Custom ROS Package
teb_local_planner having difficulty making a 90 degree turn
In MoveIt where is the namespace of the follow_joint_trajectory defined?
How to connect Turtlebot in Gazebo to a Web Interface
installing vector_map_converter Autoware
ROS1 stop sending all messages for seconds
CMake fails with "No CMAKE_CXX_COMPILER could be found." (docker, melodic-ros-core)