This commit is contained in:
Björn Ellensohn 2024-01-22 11:55:36 +01:00
parent e3aaae124c
commit d730e71915
11 changed files with 33 additions and 3 deletions

View File

@ -116,8 +116,8 @@ services:
command: > command: >
ros2 run segwayrmp SmartCar --ros-args -r cmd_vel:=cmd_vel_out -p serial_full_name:=/dev/segway ros2 run segwayrmp SmartCar --ros-args -r cmd_vel:=cmd_vel_out -p serial_full_name:=/dev/segway
devices: devices:
- /dev/segway:/dev/segway - /dev/segway:/dev/ttyUSB0
- /dev/ttyUSB0:/dev/ttyUSB0 #- /dev/ttyUSB0:/dev/ttyUSB0
# teleop # teleop
teleop: teleop:
@ -128,6 +128,7 @@ services:
ros2 launch rmp220_teleop robot_joystick.launch.py ros2 launch rmp220_teleop robot_joystick.launch.py
devices: devices:
- /dev/input/js0:/dev/input/js0 - /dev/input/js0:/dev/input/js0
#- /dev/input/by-id/usb-Logitech_Wireless_Gamepad_F710_56679674-joystick:/dev/input/by-id/usb-Logitech_Wireless_Gamepad_F710_56679674-joystick
# lidar # lidar
lidar: lidar:

Binary file not shown.

View File

@ -0,0 +1,7 @@
image: map_floor_03-10-23.sav.pgm
mode: trinary
resolution: 0.05
origin: [-27.2, -0.0189, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25

Binary file not shown.

Binary file not shown.

4
maps/map_openlabday.pgm Normal file

File diff suppressed because one or more lines are too long

7
maps/map_openlabday.yaml Normal file
View File

@ -0,0 +1,7 @@
image: map_openlabday.pgm
mode: trinary
resolution: 0.05
origin: [-13.5, -20.9, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25

4
maps/map_save_16.10..pgm Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
image: map_save_16.10..pgm
mode: trinary
resolution: 0.05
origin: [-25.7, -17, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25

BIN
maps/map_ser_16.10..data Normal file

Binary file not shown.

Binary file not shown.