Skip to content

Commit

Permalink
Add robot specific velocity presets
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszlagan committed Dec 6, 2024
1 parent 1e784ba commit 3ab1269
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ services:
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0}
volumes:
- /dev:/dev
- ./config/crsf_teleop.yaml:/ros2_ws/install/husarion_ugv_crsf_teleop/share/husarion_ugv_crsf_teleop/config/crsf_teleop.yaml
- ./config/crsf_teleop_panther.yaml:/ros2_ws/install/husarion_ugv_crsf_teleop/share/husarion_ugv_crsf_teleop/config/crsf_teleop.yaml
command: >
ros2 launch husarion_ugv_crsf_teleop teleop.launch.py namespace:=panther
4 changes: 2 additions & 2 deletions config/crsf_teleop.yaml → config/crsf_teleop_lynx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
baud: 576000
e_stop_republish: false
enable_cmd_vel_silence_switch: false
linear_speed_presets: [0.5, 1.0, 2.0]
angular_speed_presets: [0.5, 1.0, 2.0]
linear_speed_presets: [0.5, 0.9, 1.5]
angular_speed_presets: [0.45, 0.9, 2.0]
9 changes: 9 additions & 0 deletions config/crsf_teleop_panther.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**:
crsf_teleop:
ros__parameters:
port: /dev/ttyUSBPAD
baud: 576000
e_stop_republish: false
enable_cmd_vel_silence_switch: false
linear_speed_presets: [0.4, 1.2, 2.0]
angular_speed_presets: [0.39, 0.78, 1.88]

0 comments on commit 3ab1269

Please sign in to comment.