File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ mkdir -p meta_ws/src && cd meta_ws/src
3838git clone --recurse-submodules https://github.com/Meta-Team/Meta-ROS
3939```
4040
41+ ### Disable scara_moveit
42+ ``` Bash
43+ cd decomposition/scara_moveit
44+ touch COLCON_IGNORE
45+ ```
4146### Install dependencies
4247This project is fully compatible with ` rosdep ` , you can easily install the dependencies with this command
4348
@@ -46,11 +51,6 @@ rosdep install -y --rosdistro humble --from-paths . --ignore-src
4651```
4752
4853> ** Note:** You may need to manually install Eigen3 because it cannot be automatically resolved by ` rosdep ` .
49- ### Disable scara_moveit
50- ``` Bash
51- cd decomposition/scara_moveit
52- touch COLCON_IGNORE
53- ```
5454### Compile the Project
5555Simply run
5656
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /bin/sh
2+ cd $( dirname $( realpath $0 ) )
23sudo cp 01-robomaster-host1ton.rules /etc/udev/rules.d/
34sudo udevadm control --reload && sudo udevadm trigger
Original file line number Diff line number Diff line change 1+ sudo ip link set can_1 type can bitrate 1000000
2+ sudo ip link set can_2 type can bitrate 1000000
3+ sudo ip link set can_3 type can bitrate 1000000
4+ sudo ip link set can_1 up
5+ sudo ip link set can_2 up
6+ sudo ip link set can_3 up
You can’t perform that action at this time.
0 commit comments