KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
chip_bldc_driver
★ 8
Open GitHub ↗
Chip Robotics BLDC ROS Driver
Download README (.md)
Explore Similar Repositories
pyctl
:
Python bindings for Computed Tomography Library (CTL)
RABID-seq
:
No description available.
gatsby-source-mathdroid-covid19
:
Provides data from @mathdroid 's API for consumption within Gatsby
DATNet
:
Dual Adversarial Neural Transfer Network
HCPush
:
用于项目使用的方便的左侧或者右侧的弹出视图,自定义ViewController的逻辑独立
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
chip_bldc_driver
?
Download (.md)
# chip_bldc_driver Chip Robotics BLDC ROS Driver To get started make sure you have ros serial installed e.g. for melodic sudo apt-get install ros-melodic-serial create a directory to install the driver and cd into the director mkdir src cd src catkin_init_workspace git clone https://github.com/chiprobotics/chip_bldc_driver.git cd .. catkin_make source ./devel/setup.bash roslaunch chip_bldc_driver example.launch make sure you have the right permission set on /dev/ttyUSB0 (for a quick hack just use sudo chmod 777 /dev/ttyUSB0) instruction on using udev will be coming soon. For a quick test open a new terminal cd into the folder and run source ./devel/setup.bash then run rostopic pub -r 10 /bldc_driver_node/Command chip_bldc_driver/Command "motor_command: 100" to see the motor spin. It is recommended you first setup the motor with the windows or linux software before running ROS to control the motor.