@borismeinardus

Please note: RoboStack is constantly developing their project and has updated their installation guide on GitHub. If you have some issues, you might want to see what they have changed. (Link is in the description)

@martingustavoperezbonanyto1455

did everything on my macbook pro m2 and worked perfectly, wrote the same lines shown on the tutorial. Thx !

@dmitrypomishin9659

Thanks man helped a ton! The idea to install ROS using conda is so awesome! 😊

@ce8068

man you are blowing the space up please share more of this kind of content

@georginawooxy

In case someone runs into the problem with rviz or turtlesim not opening, downgrading its version worked: 
conda install ros-noetic-rviz==1.14.8
conda install ros-noetic-turtlesim=0.10.2=py38hed6c01e_3

The whole process for rviz:

In one terminal:
conda activate ROS
conda install ros-noetic-rviz==1.14.8
roscore

In another terminal:
conda activate ROS
rviz

The whole process for turtlesim:
In one terminal:
conda activate ROS
conda install ros-noetic-turtlesim=0.10.2=py38hed6c01e_3

roscore

In another terminal:
rosrun turtlesim turtlesim_node

In a 3rd terminal:
rosrun turtlesim turtle_teleop_key

@saranshchand992

Amazing video bro! Just an update for M1 in 2023 Jan: conda install ros-noetic-desktop worked instead of ros-noetic-desktop-full. Everything else worked like a charm!

@AbhimanyuVenu

when installing gazebo am getting error ,what should i do? i rebooted the system and still no luck

@ivinvincent143

I have an m3 is it possible in it , the web only shows options for m1 and intel

@tarini.padmanabhuni

i followed all the steps you did but the second i install it
conda create -n ROS python=3.8 
it shows
-bash: conda: command not found
could you please help me out with it?

@sero_k0

i have a quick question: after installing condo properly, I tried "conda create -n ROS python=3.8
" in my terminal, but it gives out"zsh: command not found: conda", maybe I am in the wrong path, how do I fix this?

@nicolopasini1263

Boris you saved my master thesis, I Love you

@mals62

Would gazebo be compatible with this kind of setup?

@mofoview

Thank you so much for the awesome video. Exactly what I was looking for.

@aliamohammed9870

After roscore what did you do??

@FluoryynxLim

hi does this works for ros melodic?

@prithubharadwaj3744

How do I open the black screen on left of the video where you are writing command line
?

@minghewang9475

Thanks for your video and I have a question, can you see the turtle on your macbook when running the turtlesim example? I can't see it.

@jennychoi1457

Hi there, all seems to be installed correctly but when I try opening rviz - the programme doesn't respond. Any ideas on how I could potentially fix this?

@d-tech8759

sir please help how to open gazebo

@rohithsarochand2554

So the command ros-noetic-desktop-full does not work for me ( takes a lot of time ). So i tried without the full version and it worked fine. and is able to run roscore. 
However, the rviz command works but it does not seem to load as it gets stuck loading a blank pop window. 
Any clue on how to solve this ?