Open ysl208 opened 4 years ago
iRoPro was implemented on the Baxter research robot. It is based on Rapid PbD, which worked on PR2, Fetch and Baxter robot.
The following needs to be changed to set it up on UR (most similar to the fetch robot):
launch/fetch_app.launch launch/fetch.launch launch/fetch_moveit.launch src/fetch_action_node.cpp include/rapid_pbd/fetch_actions.h src/fetch_actions.cpp
launch/fetch_app.launch
launch/fetch.launch
launch/fetch_moveit.launch
src/fetch_action_node.cpp
include/rapid_pbd/fetch_actions.h
src/fetch_actions.cpp
Change FetchRobot or BaxterRobot instances to UniversalRobot The short versions fetch, baxter are changed to ur src/program_execution_node.cpp src/editor.cpp src/editor_node.cpp src/surface_segmentation_node.cpp
src/program_execution_node.cpp
src/editor.cpp
src/editor_node.cpp
src/surface_segmentation_node.cpp
include/rapid_pbd/action_names.h src/robot_config.cpp include/rapid_pbd/robot_config.h
include/rapid_pbd/action_names.h
src/robot_config.cpp
include/rapid_pbd/robot_config.h
CMakeLists.txt
Front end: frontend/src/pbd-*.html
frontend/src/pbd-*.html
For UR description:
cp -r ~/catkin_ws/src/universal_robot/ur_description/urdf ~/local/collada
iRoPro was implemented on the Baxter research robot. It is based on Rapid PbD, which worked on PR2, Fetch and Baxter robot.
The following needs to be changed to set it up on UR (most similar to the fetch robot):
Create new equivalent files for UR:
launch/fetch_app.launch
launch/fetch.launch
launch/fetch_moveit.launch
src/fetch_action_node.cpp
include/rapid_pbd/fetch_actions.h
src/fetch_actions.cpp
Modifications to consider UR as an option:
Change FetchRobot or BaxterRobot instances to UniversalRobot The short versions fetch, baxter are changed to ur
src/program_execution_node.cpp
src/editor.cpp
src/editor_node.cpp
src/surface_segmentation_node.cpp
include/rapid_pbd/action_names.h
src/robot_config.cpp
include/rapid_pbd/robot_config.h
CMakeLists.txt
Front end:
frontend/src/pbd-*.html