update
This commit is contained in:
parent
e3aaae124c
commit
d730e71915
@ -102,7 +102,7 @@ services:
|
||||
command: >
|
||||
/bin/bash
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
- /dev/dri:/dev/dri
|
||||
|
||||
# Robot State Publisher
|
||||
rsp:
|
||||
@ -116,8 +116,8 @@ services:
|
||||
command: >
|
||||
ros2 run segwayrmp SmartCar --ros-args -r cmd_vel:=cmd_vel_out -p serial_full_name:=/dev/segway
|
||||
devices:
|
||||
- /dev/segway:/dev/segway
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
- /dev/segway:/dev/ttyUSB0
|
||||
#- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
|
||||
# teleop
|
||||
teleop:
|
||||
@ -128,6 +128,7 @@ services:
|
||||
ros2 launch rmp220_teleop robot_joystick.launch.py
|
||||
devices:
|
||||
- /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:
|
||||
|
BIN
maps/map_floor_03-10-23.sav.pgm
Normal file
BIN
maps/map_floor_03-10-23.sav.pgm
Normal file
Binary file not shown.
7
maps/map_floor_03-10-23.sav.yaml
Normal file
7
maps/map_floor_03-10-23.sav.yaml
Normal 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
|
BIN
maps/map_floor_03-10-23.ser.data
Normal file
BIN
maps/map_floor_03-10-23.ser.data
Normal file
Binary file not shown.
BIN
maps/map_floor_03-10-23.ser.posegraph
Normal file
BIN
maps/map_floor_03-10-23.ser.posegraph
Normal file
Binary file not shown.
4
maps/map_openlabday.pgm
Normal file
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
7
maps/map_openlabday.yaml
Normal 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
4
maps/map_save_16.10..pgm
Normal file
File diff suppressed because one or more lines are too long
7
maps/map_save_16.10..yaml
Normal file
7
maps/map_save_16.10..yaml
Normal 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
BIN
maps/map_ser_16.10..data
Normal file
Binary file not shown.
BIN
maps/map_ser_16.10..posegraph
Normal file
BIN
maps/map_ser_16.10..posegraph
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user