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
This might be trivial.
While browsing this repository, I found that line 601 in file
ros_comm / clients / roscpp / include / ros / param.h
should be:
} // namespace ros
instead of
} // namespace param
The text was updated successfully, but these errors were encountered:
* upstream/indigo-devel:
fix regression of PR ros#515
Adding support for fixed-width floating-point and integer array values as per issue ros#400
Fix exception at roslaunch startup if python is build without ipv6 support.
Fix exception at roscore startup if python has ipv6 disabled.
use fileno comparison only as an alternative and when available
fix removal of QueuedConnection leading to wrong subscriber count (fixros#526)
fix comment (fixros#529)
unregister statistics publisher
Fix: TCPROS header validation crash when `callerid` header is not set
avoid storing subscriber reference in SubscriberStatisticsLogger
only create SubscriberStatisticsLogger when enabled
make param functions thread-safe
Do not use Python when building for Android
Do not use ifaddrs on Android as it is not natively supported
rsinnet
pushed a commit
to MisoRobotics/ros_comm
that referenced
this issue
Jun 19, 2017
* upstream/indigo-devel:
fix regression of PR ros#515
Adding support for fixed-width floating-point and integer array values as per issue ros#400
Fix exception at roslaunch startup if python is build without ipv6 support.
Fix exception at roscore startup if python has ipv6 disabled.
use fileno comparison only as an alternative and when available
fix removal of QueuedConnection leading to wrong subscriber count (fixros#526)
fix comment (fixros#529)
unregister statistics publisher
Fix: TCPROS header validation crash when `callerid` header is not set
avoid storing subscriber reference in SubscriberStatisticsLogger
only create SubscriberStatisticsLogger when enabled
make param functions thread-safe
Do not use Python when building for Android
Do not use ifaddrs on Android as it is not natively supported
This might be trivial.
While browsing this repository, I found that line 601 in file
ros_comm / clients / roscpp / include / ros / param.h
should be:
} // namespace ros
instead of
} // namespace param
The text was updated successfully, but these errors were encountered: