ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is my ROS properly installed?

asked 2019-08-16 12:01:29 -0500

mun gravatar image

I've just installed melodic on OSX and wonder if I've done it right as I've had to make a few changes. I've tried running rosversion ros, but I get Cannot locate [ros]. The command source /opt/ros/melodic/setup.bash inside /opt/ros/melodic gives no result. The command roscore gives the following:

started roslaunch server http://mun-iMac.local:53241/ ros_comm version 1.14.3

SUMMARY

========

PARAMETERS * /rosdistro: melodic * /rosversion: 1.14.3

NODES

auto-starting new master process[master]: started with pid [11220] ROS_MASTER_URI=http://mun-iMac.local:11311/

setting /run_id to fdde4302-c046-11e9-ae5e-b06ebf60167b process[rosout-1]: started with pid [11223] started core service [/rosout]

Does anyone know if it's properly installed?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2019-08-16 13:38:02 -0500

Horst gravatar image

Why should it not be installed correctly? You can easily try to start a node, such as turtlesim and see if it works (rostopic echo /topicname -> to see if current data are in the topic)

edit flag offensive delete link more

Comments

I've had to change quite a few things to get it running on OSX, so I wasn't quite sure. All good now! Thanks

mun gravatar image mun  ( 2019-08-16 23:31:54 -0500 )edit
1

answered 2019-08-16 13:53:13 -0500

ksb gravatar image

By looking at your roscore output, your ros is up and running and also you can see the version number in the parameters. For getting an output to rosversion, try checking the version of the basic ros packages. You can type rosversion roscpp.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-08-16 12:00:48 -0500

Seen: 1,500 times

Last updated: Aug 16 '19