did everything on my macbook pro m2 and worked perfectly, wrote the same lines shown on the tutorial. Thx !
Thanks man helped a ton! The idea to install ROS using conda is so awesome! 😊
man you are blowing the space up please share more of this kind of content
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
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!
when installing gazebo am getting error ,what should i do? i rebooted the system and still no luck
I have an m3 is it possible in it , the web only shows options for m1 and intel
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?
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?
Boris you saved my master thesis, I Love you
Would gazebo be compatible with this kind of setup?
Thank you so much for the awesome video. Exactly what I was looking for.
After roscore what did you do??
hi does this works for ros melodic?
How do I open the black screen on left of the video where you are writing command line ?
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.
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?
sir please help how to open gazebo
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 ?
@borismeinardus