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

In here was the problem void Joystick_callback(sensor_msgs::Joy::ConstPtr& msg) { // some values }

missed

void Joystick_callback(const sensor_msgs::Joy::ConstPtr& msg) { // some values }

Thanks for the reply

In here was the problem

void Joystick_callback(sensor_msgs::Joy::ConstPtr& msg) { // some values }

missed

void Joystick_callback(const sensor_msgs::Joy::ConstPtr& msg) { // some values }

Thanks for the reply

In here was the problem

void Joystick_callback(sensor_msgs::Joy::ConstPtr& msg) { // some values }

missedmissed const

void Joystick_callback(const sensor_msgs::Joy::ConstPtr& msg) { // some values }

Thanks for the reply