i try this, but it cannot ping too
rm -rf /home/user/catkin_ws/src/
rm -rf /home/user/catkin_ws/build/
rm -rf /home/user/catkin_ws/devel/
mkdir -p /home/user/catkin_ws/src/
cd /home/user/catkin_ws/
catkin_make
this last image it’s from another clean rosject
That is very strange. Where is it happening? Is it inside one of our courses? I would try to reset the Shell (by clicking on the red cross in the top-right corner of the Shell) and see if that fixes the issue, since it looks like a Shell misconfiguration issue.
@albertoezquerro@bayodesegun any solution? i keep having this problem and i cannot continue with.
any support email or something, i try to call but no one anwser
can it be that my remote desktop or virtalmachine added to my account is off or blocked for something? because it’s bloked in every pc i try and in difderent networks. This is happening me since wednesday.
Could it be that you somehow manually exported the ROS_MASTER variable through a script to point to master?
The ROS_MASTER_URI should contain a _simulation suffix.
If you run the commands below, it should work:
slot=$(hostname | cut -d'_' -f1)
export ROS_MASTER_URI=http://${slot}_simulation:11311
env | grep ROS
# Now, your script should work
rostopic list
Please let us know how this test goes.
If it works, you could append those two commands to the end of the /home/user/.bashrc file, so that it will export correctly each time you reload the terminals (when the course is opened)