You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/drake-master/examples/manipulation_station
王京 14fe3d1429
中期检验所用代码以及文档
2 years ago
..
models 中期检验所用代码以及文档 2 years ago
test 中期检验所用代码以及文档 2 years ago
BUILD.bazel 中期检验所用代码以及文档 2 years ago
README.md 中期检验所用代码以及文档 2 years ago
end_effector_teleop_dualshock4.py 中期检验所用代码以及文档 2 years ago
end_effector_teleop_mouse.py 中期检验所用代码以及文档 2 years ago
end_effector_teleop_sliders.py 中期检验所用代码以及文档 2 years ago
joint_teleop.py 中期检验所用代码以及文档 2 years ago
manipulation_station.cc 中期检验所用代码以及文档 2 years ago
manipulation_station.h 中期检验所用代码以及文档 2 years ago
manipulation_station_hardware_interface.cc 中期检验所用代码以及文档 2 years ago
manipulation_station_hardware_interface.h 中期检验所用代码以及文档 2 years ago
mock_station_simulation.cc 中期检验所用代码以及文档 2 years ago
print_station_context.py 中期检验所用代码以及文档 2 years ago
proof_of_life.cc 中期检验所用代码以及文档 2 years ago
schunk_wsg_buttons.py 中期检验所用代码以及文档 2 years ago

README.md

Robotic Manipulation

This directory contains a C++ implementation of the ManipulationStation Diagram originally designed to support the Robotic Manipulation class at MIT.

Course website: https://manipulation.csail.mit.edu

The course no longer uses this C++ version; we now set up the ManipulationStation completely in Python so that it is easier for students to modify. That Python implementation can be found in the online notebooks available from the course website linked above.