This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# - in a new terminal, after you've installed ROS Indigo | |
# - I assume you use bash as your shell and Ubuntu as your OS. | |
# - longer commands always go on a single line | |
# - lines starting with '#' are comments | |
# get access to ROS commands | |
source /opt/ros/indigo/setup.bash | |
# create a new workspace | |
mkdir -p ~/ros_fanuc_ws/src |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- git: {local-name: std_msgs, uri: 'https://github.com/ros/std_msgs.git'} | |
- git: {local-name: gencpp, uri: 'https://github.com/gavanderhoorn/gencpp.git', version: 'issue53_mwe'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- git: {local-name: moveit_setup_assistant, uri: 'https://github.com/drchrislewis/moveit_setup_assistant.git', version: fix-84} | |
- git: {local-name: moveit_ros, uri: 'https://github.com/drchrislewis/moveit_ros.git', version: addFirFilter} | |
- git: {local-name: moveit_core, uri: 'https://github.com/drchrislewis/moveit_core.git', version: FIR_filter} |
NewerOlder