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

Revision history [back]

click to hide/show revision 1
initial version

It works now! Thanks a lot! But it did not work with

car_joy::Velocity::ConstPtr goal_

,it seems goal_ have to be ConstPtr type from the SteerCarGoal.h.

So it worked with:

car_joy::SteerCarGoal::ConstPtr goal_;