The Question is regarding setting up the new workspace in the bashrc file.
I had created catkin_ws before and now i have another workspace called my_ws. I have changed the path in the bashrc file to the my_ws and yet whenever i type roscd, it takes me to catkin_ws. Why is that and what needs to be done in order to resolve the issue?
source /opt/ros/kinetic/setup.bash
#source ~/catkin_ws/devel/setup.bash
#source /home/yash/catkin_ws/devel/setup.bash
source ~/my_ws/devel/setup.bash
source /home/yash/my_ws/devel/setup.bash