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

Include Autoware Auto msgs

asked 2021-04-16 05:07:53 -0500

SimoneBenatti gravatar image

Hi all,

I am implementing a new vehicle interface for Autoware my simulator, running on a different node, will receive autoware msgs ( VehicleControlCommand or HighLevelControlCommand). How can I include autoware_auto_msgs in my project?

Thanks, Simon

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-04-16 11:35:50 -0500

Josh Whitley gravatar image

autoware_auto_msgs (the 1.0.0 version, anyway) has been released to the ROS build farm. To use them in a project outside of Autoware.Auto, simply add <depend>autoware_auto_msgs</depend> to your package.xml file. If you are not using ament_cmake_auto (which I highly recommend) then you also need to add find_package(autoware_auto_msgs REQUIRED) to your CMakeLists.txt file.

edit flag offensive delete link more

Comments

hi ,@Josh Whitley i am also facing the same issue.i have done above changes still not resolved.

thanks in advance

Sam123 gravatar image Sam123  ( 2022-02-11 00:16:26 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-04-16 05:07:53 -0500

Seen: 404 times

Last updated: Apr 16 '21