Compare commits
2 Commits
d8da1f443f
...
9dc68caa14
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc68caa14 | |||
| 5f41c4dccd |
@@ -20,7 +20,7 @@
|
||||
#define ENCODER_LEFT_PIN_B 7
|
||||
#define ENCODER_CPR 3840
|
||||
|
||||
#define WHEEL_RADIUS 0.0279
|
||||
#define WHEEL_SEPARATION 0.310735
|
||||
#define WHEEL_RADIUS 0.0300
|
||||
#define WHEEL_SEPARATION 0.264
|
||||
#define TIMER_CYCLE_US 1000
|
||||
//======================================================
|
||||
//======================================================
|
||||
|
||||
@@ -18,5 +18,5 @@ diffdrive_controller:
|
||||
|
||||
open_loop: true
|
||||
|
||||
wheel_separation: 0.258
|
||||
wheel_radius: 0.0375
|
||||
wheel_separation: 0.192
|
||||
wheel_radius: 0.032
|
||||
|
||||
10
scripts/build_base.sh
Normal file
10
scripts/build_base.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
source /opt/ros/jazzy/setup.bash
|
||||
|
||||
colcon build --packages-select \
|
||||
mg_bringup \
|
||||
mg_navigation \
|
||||
mg_msgs \
|
||||
mg_control \
|
||||
mg_odometry \
|
||||
mg_obstacles \
|
||||
toid_bot_description
|
||||
Reference in New Issue
Block a user