avatar_furo_getting_started
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
avatar_furo_getting_started [2022/03/07 20:40] – [Hardware Parts] glee | avatar_furo_getting_started [2022/03/07 22:49] (current) – [Hardware Parts] glee | ||
---|---|---|---|
Line 51: | Line 51: | ||
{{: | {{: | ||
\\ | \\ | ||
- | https:// | + | \\ |
+ | User Manual: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | More info: \\ | ||
+ | https:// | ||
+ | \\ | ||
\\ | \\ | ||
**Wifi Module inside Jetson Nano** | **Wifi Module inside Jetson Nano** | ||
Line 57: | Line 63: | ||
{{: | {{: | ||
\\ | \\ | ||
+ | \\ | ||
+ | Where you can buy: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | How to install Wifi Module: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
**RoboClaw motor Controller** | **RoboClaw motor Controller** | ||
\\ | \\ | ||
{{: | {{: | ||
- | \\ https://www.pololu.com/product/32 | + | \\ |
+ | \\ | ||
+ | Data sheet: \\ | ||
+ | https://downloads.basicmicro.com/docs/roboclaw_datasheet_2x7A.pdf | ||
+ | \\ | ||
+ | More info: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
**MD10C motor controller** | **MD10C motor controller** | ||
\\ | \\ | ||
{{: | {{: | ||
- | \\ https:// | + | \\ Where you can buy:\\ |
+ | https:// | ||
+ | \\ | ||
+ | User Manual: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | More info: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
**Battery Pack for Jetson Nano** | **Battery Pack for Jetson Nano** | ||
\\ | \\ | ||
{{: | {{: | ||
\\ | \\ | ||
+ | \\ | ||
+ | Where you can buy: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
**Step down Circuit board for Battery Pack** | **Step down Circuit board for Battery Pack** | ||
\\ | \\ | ||
{{: | {{: | ||
\\ | \\ | ||
+ | \\ | ||
+ | More info: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
**Relays** | **Relays** | ||
\\ | \\ | ||
{{: | {{: | ||
\\ | \\ | ||
+ | \\ | ||
+ | Heavy Duty Relays (KACON K730-2TR): \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | Mini Power Magnetic Relay (GSR GRM 4L 24V DC): \\ | ||
+ | http:// | ||
+ | \\ | ||
+ | \\ | ||
+ | **Motor(Wheel)** | ||
+ | \\ | ||
+ | DunkerMotor GR 53X30 | ||
+ | Product info: \\ | ||
+ | https:// | ||
+ | \\ | ||
+ | \\ | ||
+ | **Motor (Head)** | ||
+ | \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | \\ | ||
+ | Encoder Geared Motor KGE-0162 | ||
+ | Product info: \\ | ||
+ | http:// | ||
- | **Initial Schematic** | + | ===== Initial Schematic |
{{ : | {{ : | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ===== Software ===== | ||
- | ***Script Explanation/ | ||
- | ***IMPORTANT: | ||
- | |||
- | Step 1: roscore --> Roscore is nessessary for nodes to establish communication with each other. Rosmaster provides the naming and registration services to the nodes | ||
- | |||
- | {{akshay: | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 2:rosrun joy joy_node --> This script convert joy stick value to digital value; thus we can use to program | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 3: rosrun learning_joy furo --> This script is a topic that is both a publisher as well as subscriber at the same time. Obtaining value from joy stick, converting it to a float data type, and passes on to the motor controller. | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 4: roslaunch roboclaw_node roboclaw.launch --> This script is use to control the wheel of Furo | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 5: rosrun head_motor finalheadmotor.py --> This Script grant access to Furo's head mobility. | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 6: rosrun facedetect findface_publisher.py -->This Script grant access to Furo's head camera and track operator face | ||
- | |||
- | {{akshay: | ||
- | |||
- | Step 7: rosrun head_motor face_tracks.py --> This Script allows Furo to mimics the operator' | ||
- | |||
- | {{akshay: | ||
avatar_furo_getting_started.1646714447.txt.gz · Last modified: 2022/03/07 20:40 by glee