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

dmagree's profile - activity

2018-05-03 15:49:08 -0500 received badge  Great Answer (source)
2017-11-22 10:00:01 -0500 received badge  Good Answer (source)
2016-12-12 03:05:21 -0500 received badge  Nice Answer (source)
2015-10-15 17:14:59 -0500 received badge  Teacher (source)
2015-10-15 17:14:59 -0500 received badge  Necromancer (source)
2015-07-31 14:49:30 -0500 answered a question roscore command not found

I was able to solve a similar problem by sourcing the main ros setup.bash file

source /opt/ros/jade/setup.bash

and then recompiling in my catkin workspace.

~/catkin_sw$ catkin_make

It seems that my workspace setup.bash was corrupted somehow.