Difference between revisions of "JoelBurdick"
(→WeighCam) |
m (→WeighCam) |
||
Line 641: | Line 641: | ||
* '''Motors:''' [https://mjbots.com/products/moteus-r4-11 Moteus FOC Motor Driver] | * '''Motors:''' [https://mjbots.com/products/moteus-r4-11 Moteus FOC Motor Driver] | ||
** '''Steppers:''' [https://www.amazon.com/Stepper-Printer-Extruder-Robotics-FY56EL300A-TLF1014J/dp/B09C5JNLD7/ref=sr_1_101?keywords=Stepper+motor&qid=1657528947&s=industrial&sr=1-101 NEMA 23 geared stepper]; [https://www.amazon.com/RTELLIGENT-Stepper-Closed-57X57X119mm-Encoder/dp/B07ZLQL83N/ref=sr_1_175?keywords=Stepper+motor&qid=1657529119&s=industrial&sr=1-175 NEMA 23 and step controller] | ** '''Steppers:''' [https://www.amazon.com/Stepper-Printer-Extruder-Robotics-FY56EL300A-TLF1014J/dp/B09C5JNLD7/ref=sr_1_101?keywords=Stepper+motor&qid=1657528947&s=industrial&sr=1-101 NEMA 23 geared stepper]; [https://www.amazon.com/RTELLIGENT-Stepper-Closed-57X57X119mm-Encoder/dp/B07ZLQL83N/ref=sr_1_175?keywords=Stepper+motor&qid=1657529119&s=industrial&sr=1-175 NEMA 23 and step controller] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* '''Temperature:''' [https://www.amazon.com/gp/bestsellers/industrial/5006547011/ref=pd_zg_hrsr_industrial Amazon Best Selling Temp. Sensors/Probes]; [https://www.adafruit.com/product/5027 AdaFruit I2C Temp Breakout]; [https://www.adafruit.com/product/4821 AdaFruit Accurate I2ZC breakout]; [https://www.sparkfun.com/products/16784 8 device MUX]; [https://www.amazon.com/DS18B20-Temperature-Waterproof-Stainless-Raspberry/dp/B087JQ6MCP/ref=asc_df_B087JQ6MCP/?tag=hyprod-20&linkCode=df0&hvadid=475739887329&hvpos=&hvnetw=g&hvrand=7805212582580193041&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9031117&hvtargid=pla-929135468309&th=1 Temp Probe for RaspPi]; | * '''Temperature:''' [https://www.amazon.com/gp/bestsellers/industrial/5006547011/ref=pd_zg_hrsr_industrial Amazon Best Selling Temp. Sensors/Probes]; [https://www.adafruit.com/product/5027 AdaFruit I2C Temp Breakout]; [https://www.adafruit.com/product/4821 AdaFruit Accurate I2ZC breakout]; [https://www.sparkfun.com/products/16784 8 device MUX]; [https://www.amazon.com/DS18B20-Temperature-Waterproof-Stainless-Raspberry/dp/B087JQ6MCP/ref=asc_df_B087JQ6MCP/?tag=hyprod-20&linkCode=df0&hvadid=475739887329&hvpos=&hvnetw=g&hvrand=7805212582580193041&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9031117&hvtargid=pla-929135468309&th=1 Temp Probe for RaspPi]; | ||
Line 658: | Line 649: | ||
** [https://medium.com/codex/imvotenet-paper-review-and-code-analysis-bf103117b32e ImVoteNet]; [https://syncedreview.com/2022/07/12/academia-sinicas-yolov7-outperforms-all-object-detectors-reduces-costs-by-50/ Yolo 7] | ** [https://medium.com/codex/imvotenet-paper-review-and-code-analysis-bf103117b32e ImVoteNet]; [https://syncedreview.com/2022/07/12/academia-sinicas-yolov7-outperforms-all-object-detectors-reduces-costs-by-50/ Yolo 7] | ||
* '''Model COmpression:''' [https://openmmlab.medium.com/announcing-mmrazor-openmmlab-model-compression-toolbox-and-benchmark-aa743af13264 Open MM model compression] | * '''Model COmpression:''' [https://openmmlab.medium.com/announcing-mmrazor-openmmlab-model-compression-toolbox-and-benchmark-aa743af13264 Open MM model compression] | ||
+ | |||
+ | ==== '''ROS STuff:''' ==== | ||
+ | ** '''Connect to non-ROS:''' [http://wiki.ros.org/rosbridge_suite ROSBridge];; [https://roboticsbackend.com/ros-node-outside-catkin-workspace/ Create ROS Node outside Catkin]; [http://wiki.ros.org/rosnodejs ROS Nodejs]; [https://answers.ros.org/question/267988/easiest-way-for-non-ros-program-to-talk-to-a-ros-node/ ROS Answers--talk to non-ROS] | ||
+ | ** [https://www.mathworks.com/help/ros/ug/connect-to-a-ros-network.html MATLAB ROS Node] | ||
+ | ** '''IMU:''' [https://github.com/dawonn/vectornav/blob/master/msg/Ins.msg VectorNav VN-100 package]; [https://github.com/KumarRobotics/imu_vn_100/blob/master/README.md IMU-VN100 package] | ||
+ | ** [http://repositories.ros.org/status_page/ros_noetic_default.html List of ROS Noetic Packages]; | ||
+ | ** [http://wiki.ros.org/rosbag/Commandline ROSBag Command Line]; [https://wiki.ros.org/Bags/Format/2.0 ROS bag format]; [https://github.com/AtsushiSakai/rosbag_to_csv/tree/python2 ROS Bag-to-CSV program]; [http://wiki.ros.org/rosbag/Tutorials/reading%20msgs%20from%20a%20bag%20file ROS tutorial on reading Bags]; [https://answers.ros.org/question/9102/how-to-extract-data-from-bag/?answer=63877?answer=63877#post-id-63877 Extracting Data from a Bag] | ||
+ | ** '''MultiMachine:' [http://wiki.ros.org/ROS/Tutorials/MultipleMachines Running ROS across multiple machines]; [http://wiki.ros.org/ROS/NetworkSetup ROS Network Setup]; [https://answers.ros.org/question/10343/how-to-run-rviz-remotely/ How to Run RViz remotely]; [https://ardupilot.org/dev/docs/ros-rviz.html Sending Commands to RViz]; | ||
+ | ** '''Camera Drivers:''' [https://wiki.ros.org/usb_cam USB_CAM] | ||
|} | |} |
Revision as of 22:18, 14 July 2022
Welcome to my personal research wiki page. I use this wiki to link to sites of research/technical/academic/administrative interest, and to keep files relevant to my research collaborations. This wiki is permanently under construction, as it evolves with my research activiites. Hopefully you can find something of use here.
Quick Facts about Me
|
|
Current Research Projects & InterestsMy research is divided between traditional robotics research, and collaborations with neuroscientists to develop technology for paralyzed nervous systems. More information can be found at the Burdick Research Group Homepage Robotics Research
|
Quick Links
|
Teaching
|
On-Line Publications/Catalogs
Handy References |
Conferences, Proposals, etc.
|
Quick Personal Links
|
|
Robotics Links
Motor/Drive Resources
Tutorial |
Servo Drive ElectronicsTensor methods |
Machine Learning Resources
Nuts&Bolts Mechanical Engineering/Design Resources
Other Numerical Machine Tools
|
Pneumatics/Hydraulics |
Fixtures/Clamps/VisesBasic Mechanical Componenents
|
Raw Material |
Computational Geometry
On-Line DemonstrationsResources |
Origami
TSPMRI Imaging/Segmentation
|
Systems Engineering/Signal Processing
BioEngineering/NeuroEngineering Links
Teaching Aids/Tutorials
|
Temporary Links
These are links that have not yet been organized, or that are needed only on a temporary basis.
DARPA SubT Links
Parkinsons research
Portable Projectors |
Graphics Programming Tools
|
Wiki, Wiki, Wiki
This wiki is based on WikiMedia software, the same software underlying Wikipedia. Below are intro wiki links, and links related to all things wiki.
Getting Started with Wikis
|
More Wiki Topics |