You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On general, move_base requires a full review, as it neither features oscillation detection (issue #1), and the action clients are created on every call, what I suppose can add some unnecessary delay.
The text was updated successfully, but these errors were encountered:
- since ROS kinetic, The `XmlRpcException.h` has been moved to `xmlrpcpp` directory,
while in the indigo distro it is located in the $ROS_DISTRO/include.
- So the include <xmlrpcpp/XmlRpcException.h> wouldn't work on the indigo distro.
- This commit provides the backward compatibility by removing the xmlrpcpp prefix
so that it can be compiled on both of kinetic and indigo distros.
On general, move_base requires a full review, as it neither features oscillation detection (issue #1), and the action clients are created on every call, what I suppose can add some unnecessary delay.
The text was updated successfully, but these errors were encountered: