Closed akhilveeraghanta closed 4 years ago
Hi, I cannot reproduce this error. This error is a bit strange, because I don't use rosmsg
either in master_discovery
or master_sync
.
How did you install multimaster, via debian packages or from source?
Did you try to install ros-kinetic-rosmsg?
Thank you for the fast response, we just upgraded all the packages and it worked again. Must have been some weird dependency mismatch.
Thank you for letting me know!
Steps to reproduce:
ROS_IP=127.0.0.1
ROS_MASTER_URI=http://localhost:11311
roscore &
rosrun master_discovery_fkie master_discovery &
rosrun master_sync_fkie master_sync &
And this exception happens: Stack trace:
Ive sourced
/opt/ros/kinetic/setup.bash
and all the other ros nodes work perfectly. Callingrosservice call /master_discovery/list_masters
directly also raises the same exceptionAlso all other service like
/master_sync/get_loggers
work fine, and every other service on other nodes work fine.