ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Run packages from Autoware.Ai on Autoware.Auto

asked 2021-03-16 10:51:38 -0500

rzr900ipl gravatar image

Hello, It is possible to run packages from the src of Autoware.ai (for example, core_perception / vision_lane_detection) on Autoware.Auto? Thanks for the trouble.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-09 19:15:55 -0500

Vini71 gravatar image

updated 2021-04-09 19:16:54 -0500

Hi why do you need this package?

From my experience with ROS1, it is possible you use a package developed for indigo distro on kinetic/melodic or newer for example but you will have a lot of coding tasks to adapt this pkg to work with other ros-distro after compile the workspace. And from my experience the pkg cannot work so good as you expect.

I believe the same is valid for AutowareAuto and AutowareAi, I think it is possible but will be even harder. For the following reason:

  • AutowareAI is ROS1 based and AutowareAuto is ROS2 based. Therefore ROS nodes interaction change a little a bit as well as programming language, which in ROS2 is almost c++ based and in ROS1 you have pkgs built mainly in python.

The AutowareAuto team developed code to detect lanes on highway with the camera sensor. You can check here how to implement for your case and contact the team if needed.

https://www.youtube.com/watch?v=OtjTa...

I am also using both softwares, but I am still a beginner. Hope I could help.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-03-16 10:51:38 -0500

Seen: 188 times

Last updated: Apr 09 '21