Running SROS
I have installed SROS in a fresh Ubuntu 16.04 machine, following the instructions at http://wiki.ros.org/SROS/Installation...
..and I've added the following line to my .bashrc file:
source ~/sros/install/setup.bash
I was able to successfully run the key server from SROS by issuing a "sroskeyserver" command.
However, when running "sroscore" in a separate terminal I get the following error:
initializing node's keystore: /home/david/.ros/sros/keystore/nodes/roslaunch
all startup certificates are present
... logging to /home/david/.ros/log/3ccb8758-6ba5-11e7-97cb-080027727615/roslaunch-david-VirtualBox-8839.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://david-VirtualBox:35274/
ros_comm version 1.12.0
SUMMARY
========
PARAMETERS
* /rosdistro: kinetic
* /rosversion: 1.12.0
NODES
auto-starting new master
process[master]: started with pid [8851]
initializing node's keystore: /home/david/.ros/sros/keystore/nodes/master
all startup certificates are present
ROS_MASTER_URI=https://david-VirtualBox:11311/
ERROR: unable to retrieve /run_id from parameter server
The traceback for the exception was written to the log file
[master] killing on exit
You can find the master log HERE and the roslaunch log HERE.
@ruffsl, can you perhaps let me know what I am doing wrong?
Thank you in advance!