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

Hi,

It seems like ROS is comparing the action file signatures from both devices in order to assure they are the same.

My suggestion is: put all related code into one single package (with server and client). Then copy the entire package folder from one device's workspace to another. Check if it works.

If so, consider using some version control system to keep your code synchronized across all needed devices.

Cheers,

Hi,

It seems like ROS is comparing the action file signatures from both devices in order to assure they are the same.

My suggestion is: put all related code into one single package (with server and client). Then copy the entire package folder from one device's workspace to another. Check if it works.

If so, consider using some version control system to keep your code synchronized across all needed devices.

Cheers,

Hi,

It seems ROS is comparing the action file signatures from both devices in order to assure they are the same.

My suggestion is: put all related code into one single package (with server and client). Make sure the package is building correctly. Then copy the entire package folder from one device's workspace to another. Check another and heck if it works.

If so, consider using some version control system to keep your code synchronized across all needed devices.

Cheers,

Hi,

It seems ROS is comparing the action file signatures from both devices in order to assure they are the same.

My suggestion is: put all related code into one single package (with server and client). Make sure the package is building correctly. Then copy the entire package folder from one device's workspace to another and heck if it works.

If so, consider using some version control system to keep your code synchronized across all needed devices.

Cheers,