ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
you can use the following steps to launch your files or run nodes without sourcing the workspace manually:
nano ~/.bashrc
source ~/[workspace_name]/devel/setup.bash
source ~/.bashrc
-you can also follow this video link for more details: https://www.youtube.com/watch?v=MJk6ygGLuw0
2 | No.2 Revision |
you can use the following steps to launch your files or run nodes without sourcing the workspace manually:
nano source ~/[workspace_name]/devel/setup.bash
source ~/.bashrc
-you
3 | No.3 Revision |
you can use the following steps to launch your files or run nodes without sourcing the workspace manually:
nano ~/.bashrc
source ~/[workspace_name]/devel/setup.bash
source ~/.bashrc